!=
not track....
This commit is contained in:
parent
7a84b41f28
commit
3bf0bf270f
@ -46,7 +46,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 or media_type != 'track':
|
||||||
title = session.title
|
title = session.title
|
||||||
section_id = session.librarySectionID
|
section_id = session.librarySectionID
|
||||||
trans_dec = session.transcodeSessions[0].videoDecision
|
trans_dec = session.transcodeSessions[0].videoDecision
|
||||||
|
Loading…
Reference in New Issue
Block a user