Working on broken filter

This commit is contained in:
Fabrice Quenneville 2020-11-21 16:53:27 -05:00
parent 1b3390d349
commit f203e22d16

View File

@ -91,8 +91,7 @@ def main():
# if marked for deletion delete and unwatch the video
if "-del" in sys.argv:
#medialibrary.unwatch(filepath, delete = True)
pass
medialibrary.unwatch(filepath, delete = True)
elif sys.argv[1] == "test":
# Pulling list of marked videos / original keys for the medialibrary.videos dictionary
@ -168,8 +167,7 @@ def main():
# if marked for deletion delete and unwatch the video
if "-del" in sys.argv:
#medialibrary.unwatch(filepath, delete = True)
pass
medialibrary.unwatch(filepath, delete = True)