mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +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:
|
else:
|
||||||
mqs = mqs.exclude(
|
mqs = mqs.exclude(
|
||||||
skip=True,
|
skip=True,
|
||||||
manual_skip=True
|
manual_skip=True,
|
||||||
|
downloaded=True,
|
||||||
).filter(
|
).filter(
|
||||||
source__download_media=True,
|
source__download_media=True,
|
||||||
can_download=True,
|
can_download=True,
|
||||||
downloaded=False,
|
|
||||||
key=self.media_key
|
key=self.media_key
|
||||||
)
|
)
|
||||||
for m in mqs:
|
for m in mqs:
|
||||||
|
Loading…
Reference in New Issue
Block a user