!=
not track....
This commit is contained in:
parent
7a84b41f28
commit
3bf0bf270f
@ -46,7 +46,7 @@ if __name__ == '__main__':
|
||||
for session in plex.sessions():
|
||||
username = session.usernames[0]
|
||||
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
|
||||
section_id = session.librarySectionID
|
||||
trans_dec = session.transcodeSessions[0].videoDecision
|
||||
|
Loading…
Reference in New Issue
Block a user