mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-06 00:06:13 +00:00
Pass HDR library metadata to kodi to display logos
Fix indentation error Update actions.py Update api.py
This commit is contained in:
parent
1caa69f831
commit
98a7ace541
3 changed files with 17 additions and 3 deletions
|
@ -455,6 +455,7 @@ class Actions(object):
|
|||
|
||||
for track in obj['Streams']['video']:
|
||||
listitem.addStreamInfo('video', {
|
||||
'hdrtype': track['hdrtype'],
|
||||
'duration': obj['Runtime'],
|
||||
'aspect': track['aspect'],
|
||||
'codec': track['codec'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue