Luke Pulverenti 8 anni fa
parent
commit
656a923af1
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      MediaBrowser.Model/Session/GeneralCommandType.cs

+ 2 - 1
MediaBrowser.Model/Session/GeneralCommandType.cs

@@ -36,6 +36,7 @@
         DisplayMessage = 28,
         SetRepeatMode = 29,
         ChannelUp = 30,
-        ChannelDown = 31
+        ChannelDown = 31,
+        SetMaxStreamingBitrate = 31
     }
 }