mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-11 10:10:35 +01:00
Remove some unused client capabilities and sync code (#10812)
This commit is contained in:
@@ -1095,7 +1095,6 @@ namespace Emby.Server.Implementations.LiveTv
|
||||
// Load these now which will prefetch metadata
|
||||
var dtoOptions = new DtoOptions();
|
||||
var fields = dtoOptions.Fields.ToList();
|
||||
fields.Remove(ItemFields.BasicSyncInfo);
|
||||
dtoOptions.Fields = fields.ToArray();
|
||||
|
||||
progress.Report(100);
|
||||
|
||||
Reference in New Issue
Block a user