mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 07:22:37 -07:00
Fix stream width and height info
This commit is contained in:
parent
a5771dccf5
commit
48152c9ba3
2 changed files with 4 additions and 4 deletions
|
@ -81,8 +81,8 @@ class ActivityProcessor(object):
|
|||
'transcode_video_codec': session.get('transcode_video_codec', ''),
|
||||
'transcode_audio_codec': session.get('transcode_audio_codec', ''),
|
||||
'transcode_audio_channels': session.get('transcode_audio_channels', ''),
|
||||
'transcode_width': session.get('transcode_width', ''),
|
||||
'transcode_height': session.get('transcode_height', ''),
|
||||
'transcode_width': session.get('stream_video_width', ''),
|
||||
'transcode_height': session.get('stream_video_height', ''),
|
||||
'stopped': None
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue