Browse Source

Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit.

Ian Walton 3 years ago
parent
commit
ded901bad6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      native/nativeshell.js

+ 1 - 0
native/nativeshell.js

@@ -63,6 +63,7 @@ window.NativeShell = {
 function getDeviceProfile() {
     return {
         'Name': 'Jellyfin Media Player',
+        'MaxStaticBitrate': 1000000000,
         'MusicStreamingTranscodingBitrate': 1280000,
         'TimelineOffsetSeconds': 5,
         'TranscodingProfiles': [