mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +00:00
Don't turn Media.skip
off when starting
This commit is contained in:
parent
f083ad65f7
commit
ab0cc1c5ee
@ -12,7 +12,7 @@ from .overrides.custom_filter import filter_custom
|
||||
# Check the filter conditions for instance, return is if the Skip property has changed so we can do other things
|
||||
def filter_media(instance: Media):
|
||||
# Assume we aren't skipping it, if any of these conditions are true, we skip it
|
||||
skip = False
|
||||
skip = instance.skip
|
||||
|
||||
# Check if it's published
|
||||
if not skip and filter_published(instance):
|
||||
|
Loading…
Reference in New Issue
Block a user