mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix missing channel info for Live TV history on info page
This commit is contained in:
parent
f189eea32b
commit
66a0f953b3
1 changed files with 4 additions and 1 deletions
|
@ -1057,7 +1057,10 @@ class DataFactory(object):
|
|||
'video_framerate': item['video_framerate'],
|
||||
'audio_codec': item['audio_codec'],
|
||||
'audio_channels': item['audio_channels'],
|
||||
'live': item['live']
|
||||
'live': item['live'],
|
||||
'channel_call_sign': item['channel_call_sign'],
|
||||
'channel_identifier': item['channel_identifier'],
|
||||
'channel_thumb': item['channel_thumb']
|
||||
}]
|
||||
|
||||
metadata = {'media_type': item['media_type'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue