diff options
| author | Mark Cilia Vincenti <markciliavincenti@gmail.com> | 2024-01-14 11:45:19 +0100 |
|---|---|---|
| committer | Mark Cilia Vincenti <markciliavincenti@gmail.com> | 2024-01-14 11:45:19 +0100 |
| commit | 6a257e1b40bb66274fb5257297ac1709c892ac50 (patch) | |
| tree | f0207c2401f372642b761dd7212f117c68f8340c /Emby.Server.Implementations/Session | |
| parent | d1677dc680338679f06cc506e97f576d16d022b5 (diff) | |
| parent | d40224128c031e38054090e063247b9a06e46f6d (diff) | |
Merge branch 'master' into AsyncKeyedLock-migration
Diffstat (limited to 'Emby.Server.Implementations/Session')
| -rw-r--r-- | Emby.Server.Implementations/Session/SessionManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs index e8e63d286d..6f599e4c7c 100644 --- a/Emby.Server.Implementations/Session/SessionManager.cs +++ b/Emby.Server.Implementations/Session/SessionManager.cs @@ -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); |
