mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix music showing as pre-tautulli in stream info (Fixes Tautulli/Tautulli-Issues#120)
This commit is contained in:
parent
d98565ea12
commit
cfa0b20419
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ class DataFactory(object):
|
|||
pre_tautulli = 0
|
||||
|
||||
# For backwards compatibility. Pick one new Tautulli key to check and override with old values.
|
||||
if not item['stream_video_resolution']:
|
||||
if not item['stream_container']:
|
||||
item['stream_video_resolution'] = item['video_resolution']
|
||||
item['stream_container'] = item['transcode_container'] or item['container']
|
||||
item['stream_video_decision'] = item['video_decision']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue