diff options
| author | Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | 2024-01-06 21:33:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-06 13:33:48 -0700 |
| commit | 55916a09eb4c88b12906e78d56efb7a67d3dad7e (patch) | |
| tree | 4bf77f04c031d5ad9833854c79a6888f61e88ca5 /MediaBrowser.Model/Querying/ItemFields.cs | |
| parent | 084df5a9437cf54f29eaf1e272c9683f18c6ef87 (diff) | |
Remove some unused client capabilities and sync code (#10812)
Diffstat (limited to 'MediaBrowser.Model/Querying/ItemFields.cs')
| -rw-r--r-- | MediaBrowser.Model/Querying/ItemFields.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/Querying/ItemFields.cs b/MediaBrowser.Model/Querying/ItemFields.cs index 242a1c6e99..49d7c0bcb0 100644 --- a/MediaBrowser.Model/Querying/ItemFields.cs +++ b/MediaBrowser.Model/Querying/ItemFields.cs @@ -175,13 +175,6 @@ namespace MediaBrowser.Model.Querying /// </summary> Studios, - BasicSyncInfo, - - /// <summary> - /// The synchronize information. - /// </summary> - SyncInfo, - /// <summary> /// The taglines of the item. /// </summary> |
