if
fix
This commit is contained in:
parent
d229a22b55
commit
67c743bb7f
@ -48,7 +48,7 @@ if __name__ == '__main__':
|
|||||||
for session in plex.sessions():
|
for session in plex.sessions():
|
||||||
username = session.usernames[0]
|
username = session.usernames[0]
|
||||||
media_type = session.type
|
media_type = session.type
|
||||||
if username not in USER_IGNORE or media_type == 'track':
|
if username not in USER_IGNORE and media_type != 'track':
|
||||||
title = session.title
|
title = session.title
|
||||||
sess_rating = session.key.split('/')[3]
|
sess_rating = session.key.split('/')[3]
|
||||||
trans_dec = session.transcodeSessions[0].videoDecision
|
trans_dec = session.transcodeSessions[0].videoDecision
|
||||||
|
Loading…
x
Reference in New Issue
Block a user