mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-27 11:26:13 +00:00
Fix max bitrate profile, default to 1000Mbps
This commit is contained in:
parent
8ffb423121
commit
5ec70bacbf
2 changed files with 2 additions and 1 deletions
|
@ -349,6 +349,7 @@ class PlayUtils(object):
|
|||
'''
|
||||
profile = {
|
||||
"Name": "Kodi",
|
||||
"MaxStaticBitrate": self.get_max_bitrate(),
|
||||
"MaxStreamingBitrate": self.get_max_bitrate(),
|
||||
"MusicStreamingTranscodingBitrate": 1280000,
|
||||
"TimelineOffsetSeconds": 5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue