Add a comment about disallowing True => False

This commit is contained in:
tcely 2025-02-14 18:56:44 -05:00 committed by GitHub
parent e5f76efebf
commit 13bbeef5bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"