diff options
| author | JPVenson <github@jpb.email> | 2024-11-24 10:58:09 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2024-11-24 10:58:09 +0000 |
| commit | 6a08361f6fcbd6e24ca90705dba453a22a49fb57 (patch) | |
| tree | 32c6baf00a9f484c25372a0cca5b30a339f9c73c /MediaBrowser.Controller/Persistence/IItemTypeLookup.cs | |
| parent | 80cace43214dd2a97b7fe5aa68daa87d50c89685 (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 9507f79d3..6699d3a4d 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 IReadOnlyDictionary<BaseItemKind, string> BaseItemKindNames { get; } + IReadOnlyDictionary<BaseItemKind, string> BaseItemKindNames { get; } } |
