diff options
| author | Tim Eisele <Tim_Eisele@web.de> | 2025-04-01 01:46:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-31 17:46:21 -0600 |
| commit | 086fbd49cfba3dcdb27ba8b37ff25722e9b37fb4 (patch) | |
| tree | f14f832aa491298f3577e3f451c00dee8c28f32a /Emby.Server.Implementations/Session/SessionManager.cs | |
| parent | 14b785d188647ae896c5d20869ab6bcc967fcfc2 (diff) | |
Cleanup ItemFields (#13818)
* Cleanup ItemFields
* Update MediaBrowser.Model/Querying/ItemFields.cs
Diffstat (limited to 'Emby.Server.Implementations/Session/SessionManager.cs')
| -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 ac3e10594..924f50286 100644 --- a/Emby.Server.Implementations/Session/SessionManager.cs +++ b/Emby.Server.Implementations/Session/SessionManager.cs @@ -1808,7 +1808,6 @@ namespace Emby.Server.Implementations.Session fields.Remove(ItemFields.DateLastSaved); fields.Remove(ItemFields.DisplayPreferencesId); fields.Remove(ItemFields.Etag); - fields.Remove(ItemFields.InheritedParentalRatingValue); fields.Remove(ItemFields.ItemCounts); fields.Remove(ItemFields.MediaSourceCount); fields.Remove(ItemFields.MediaStreams); |
