This commit is contained in:
blacktwin 2017-12-13 13:03:28 -05:00 committed by GitHub
parent d229a22b55
commit 67c743bb7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,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 and media_type != 'track':
title = session.title
sess_rating = session.key.split('/')[3]
trans_dec = session.transcodeSessions[0].videoDecision