mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 00:08:29 +01:00
update remote control responses
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
SetRepeatMode = 29,
|
||||
ChannelUp = 30,
|
||||
ChannelDown = 31,
|
||||
SetMaxStreamingBitrate = 31
|
||||
SetMaxStreamingBitrate = 31,
|
||||
Guide = 32
|
||||
}
|
||||
}
|
||||
@@ -50,7 +50,6 @@ namespace MediaBrowser.Model.Users
|
||||
/// Gets or sets a value indicating whether [enable synchronize].
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [enable synchronize]; otherwise, <c>false</c>.</value>
|
||||
public bool EnableSync { get; set; }
|
||||
public bool EnableSyncTranscoding { get; set; }
|
||||
|
||||
public string[] EnabledDevices { get; set; }
|
||||
@@ -71,7 +70,6 @@ namespace MediaBrowser.Model.Users
|
||||
|
||||
public UserPolicy()
|
||||
{
|
||||
EnableSync = true;
|
||||
EnableSyncTranscoding = true;
|
||||
|
||||
EnableMediaPlayback = true;
|
||||
|
||||
Reference in New Issue
Block a user