mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-13 05:42:16 +01:00
Remove some unused client capabilities and sync code (#10812)
This commit is contained in:
@@ -1670,7 +1670,6 @@ namespace Emby.Server.Implementations.Session
|
||||
|
||||
var fields = dtoOptions.Fields.ToList();
|
||||
|
||||
fields.Remove(ItemFields.BasicSyncInfo);
|
||||
fields.Remove(ItemFields.CanDelete);
|
||||
fields.Remove(ItemFields.CanDownload);
|
||||
fields.Remove(ItemFields.ChildCount);
|
||||
|
||||
Reference in New Issue
Block a user