transcode not trancode....

This commit is contained in:
blacktwin 2018-01-03 08:46:08 -05:00 committed by GitHub
parent c81dcf6477
commit 0989d2d824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ def kill_session():
if user in USER_IGNORE or media_type == 'track':
print('Ignoring {}\'s {} stream.'.format(user, media_type))
exit()
trans_dec = session.trancodeSessions[0].videoDecision
trans_dec = session.transcodeSessions[0].videoDecision
if trans_dec == 'transcode':
platform = session.players[0].platform
MESSAGE = DEVICES.get(platform, DEFAULT_REASON)