parent
1cbdb149f7
commit
dce0dcfd23
@ -167,7 +167,7 @@ if sess.verify is False:
|
||||
plex = PlexServer(PLEX_URL, PLEX_TOKEN, session=sess)
|
||||
account = plex.myPlexAccount()
|
||||
|
||||
user_lst = [x.title for x in plex.myPlexAccount().users() if x.servers]
|
||||
user_lst = [x.title for x in plex.myPlexAccount().users() if x.servers and x.friend]
|
||||
sections = plex.library.sections()
|
||||
sections_dict = {x.key: x.title for x in sections}
|
||||
filters_lst = list(set([y for x in sections if x.type != 'photo' for y in x.ALLOWED_FILTERS]))
|
||||
|
Loading…
Reference in New Issue
Block a user