mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Don't line break product or player on activity cards
This commit is contained in:
parent
12c9aa3d6a
commit
54ab646048
3 changed files with 17 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue