mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-05 13:53:20 +01:00
update remote control responses
This commit is contained in:
@@ -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