Update kill_trans_library.py

This commit is contained in:
blacktwin 2018-02-14 08:34:27 -05:00 committed by GitHub
parent 10686c6f26
commit 81cb09ebf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ if __name__ == '__main__':
username = session.usernames[0]
media_type = session.type
section_id = session.librarySectionID
if username not in USER_IGNORE and media_type != 'track' and lib_id == section_id and session.sessionKey == session_key:
if username not in USER_IGNORE and media_type != 'track' and session.sessionKey == session_key:
title = session.title
if session.transcodeSessions:
trans_dec = session.transcodeSessions[0].videoDecision