aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Persistence/IItemTypeLookup.cs
diff options
context:
space:
mode:
authorJPVenson <github@jpb.email>2024-10-11 14:16:42 +0000
committerJPVenson <github@jpb.email>2024-10-11 14:16:42 +0000
commite20ecfc670c9ef8977b0795c85e35ce165fee46e (patch)
treebe5c5569c426037a1dcb35a5bef689435b25c40c /MediaBrowser.Controller/Persistence/IItemTypeLookup.cs
parent058a567e0025d2a3086de8530be613fdf2b08c8c (diff)
applied review comments
Diffstat (limited to 'MediaBrowser.Controller/Persistence/IItemTypeLookup.cs')
-rw-r--r--MediaBrowser.Controller/Persistence/IItemTypeLookup.cs2
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; }
}