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

@@ -942,7 +942,8 @@ namespace Emby.Server.Implementations.Library
{
return new UserPolicy
{
EnableSync = true
EnableContentDownloading = true,
EnableSyncTranscoding = true
};
}