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

@@ -499,7 +499,7 @@ namespace Emby.Server.Implementations.Dto
if (fields.Contains(ItemFields.BasicSyncInfo) || fields.Contains(ItemFields.SyncInfo))
{
var userCanSync = user != null && user.Policy.EnableSync;
var userCanSync = user != null && user.Policy.EnableContentDownloading;
if (userCanSync && _syncManager.SupportsSync(item))
{
dto.SupportsSync = true;