mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +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
|
# Check if skipping
|
||||||
if instance.skip != skip:
|
if instance.skip != skip:
|
||||||
|
# only allow; False => True changes
|
||||||
instance.skip = instance.skip or skip
|
instance.skip = instance.skip or skip
|
||||||
log.info(
|
log.info(
|
||||||
f"Media: {instance.source} / {instance} has changed skip setting to {instance.skip}"
|
f"Media: {instance.source} / {instance} has changed skip setting to {instance.skip}"
|
||||||
|
Loading…
Reference in New Issue
Block a user