mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
update remote control responses
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user