diff options
| author | JPVenson <github@jpb.email> | 2024-10-11 14:16:42 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2024-10-11 14:16:42 +0000 |
| commit | e20ecfc670c9ef8977b0795c85e35ce165fee46e (patch) | |
| tree | be5c5569c426037a1dcb35a5bef689435b25c40c /MediaBrowser.Controller/Persistence/IItemTypeLookup.cs | |
| parent | 058a567e0025d2a3086de8530be613fdf2b08c8c (diff) | |
applied review comments
Diffstat (limited to 'MediaBrowser.Controller/Persistence/IItemTypeLookup.cs')
| -rw-r--r-- | MediaBrowser.Controller/Persistence/IItemTypeLookup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Persistence/IItemTypeLookup.cs b/MediaBrowser.Controller/Persistence/IItemTypeLookup.cs index d2c6ff365..9507f79d3 100644 --- a/MediaBrowser.Controller/Persistence/IItemTypeLookup.cs +++ b/MediaBrowser.Controller/Persistence/IItemTypeLookup.cs @@ -18,5 +18,5 @@ public interface IItemTypeLookup /// <summary> /// Gets mapping for all BaseItemKinds and their expected serialization target. /// </summary> - public IDictionary<BaseItemKind, string> BaseItemKindNames { get; } + public IReadOnlyDictionary<BaseItemKind, string> BaseItemKindNames { get; } } |
