Working on broken filter
This commit is contained in:
parent
1b3390d349
commit
f203e22d16
@ -91,8 +91,7 @@ def main():
|
|||||||
|
|
||||||
# if marked for deletion delete and unwatch the video
|
# if marked for deletion delete and unwatch the video
|
||||||
if "-del" in sys.argv:
|
if "-del" in sys.argv:
|
||||||
#medialibrary.unwatch(filepath, delete = True)
|
medialibrary.unwatch(filepath, delete = True)
|
||||||
pass
|
|
||||||
elif sys.argv[1] == "test":
|
elif sys.argv[1] == "test":
|
||||||
|
|
||||||
# Pulling list of marked videos / original keys for the medialibrary.videos dictionary
|
# 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 marked for deletion delete and unwatch the video
|
||||||
if "-del" in sys.argv:
|
if "-del" in sys.argv:
|
||||||
#medialibrary.unwatch(filepath, delete = True)
|
medialibrary.unwatch(filepath, delete = True)
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user