Don't line break product or player on activity cards

This commit is contained in:
JonnyWong16 2018-01-03 16:02:22 -08:00
parent 12c9aa3d6a
commit 54ab646048
3 changed files with 17 additions and 6 deletions

View file

@ -4437,7 +4437,6 @@ class WebInterface(object):
if session_key:
return next((s for s in result['sessions'] if s['session_key'] == session_key), {})
counts = {'stream_count_direct_play': 0,
'stream_count_direct_stream': 0,
'stream_count_transcode': 0,