update remote control responses

This commit is contained in:
Luke Pulverenti
2017-04-25 14:23:20 -04:00
parent c34ff57e1c
commit 491886632d
7 changed files with 9 additions and 7 deletions

View File

@@ -37,6 +37,7 @@
SetRepeatMode = 29,
ChannelUp = 30,
ChannelDown = 31,
SetMaxStreamingBitrate = 31
SetMaxStreamingBitrate = 31,
Guide = 32
}
}

View File

@@ -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;