add deletion to watched selection
This commit is contained in:
parent
87b82a5947
commit
edfa7315a0
@ -545,6 +545,9 @@ if __name__ == '__main__':
|
||||
for watched in watched_by_all:
|
||||
metadata = user_lst[0].watch[watched]
|
||||
print(u" {}".format(metadata.full_title))
|
||||
|
||||
if opts.action == "delete":
|
||||
plex_deletion(watched_by_all, libraries, opts.toggleDeletion)
|
||||
|
||||
if opts.select in ["size", "rating"]:
|
||||
if opts.selectValue:
|
||||
|
Loading…
Reference in New Issue
Block a user