mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +00:00
Tweak the query by moving downloaded
to the NOT
grouping
This commit is contained in:
parent
72d0019493
commit
271ba49a68
@ -61,11 +61,11 @@ class BaseStatus:
|
||||
else:
|
||||
mqs = mqs.exclude(
|
||||
skip=True,
|
||||
manual_skip=True
|
||||
manual_skip=True,
|
||||
downloaded=True,
|
||||
).filter(
|
||||
source__download_media=True,
|
||||
can_download=True,
|
||||
downloaded=False,
|
||||
key=self.media_key
|
||||
)
|
||||
for m in mqs:
|
||||
|
Loading…
Reference in New Issue
Block a user