This commit is contained in:
Blacktwin 2018-12-21 00:14:11 -05:00
parent e222525d14
commit aff964522b

View File

@ -212,7 +212,7 @@ def get_all_content(library_name):
aired on today's date.
"""
# todo-me expand function for keyword searching
child_lst = []
for library in library_name:
@ -425,6 +425,7 @@ if __name__ == "__main__":
user_lst.remove(user)
users = user_lst
# Create user server objects
if users:
for user in users:
if opts.action == 'share':
@ -484,9 +485,6 @@ if __name__ == "__main__":
for x in plex_servers:
create_playlist(title, keys_list, x['server'], x['user'])
# todo-me allow for update or another action to remove watched items
# todo-me use Tautulli to imitate Smart Playlist
if opts.action == 'add':
print('Creating playlist(s)...')
for x in plex_servers: