mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
Add a comment about disallowing True => False
This commit is contained in:
parent
e5f76efebf
commit
13bbeef5bf
@ -41,6 +41,7 @@ def filter_media(instance: Media):
|
||||
|
||||
# Check if skipping
|
||||
if instance.skip != skip:
|
||||
# only allow; False => True changes
|
||||
instance.skip = instance.skip or skip
|
||||
log.info(
|
||||
f"Media: {instance.source} / {instance} has changed skip setting to {instance.skip}"
|
||||
|
Loading…
Reference in New Issue
Block a user