From 6a08361f6fcbd6e24ca90705dba453a22a49fb57 Mon Sep 17 00:00:00 2001 From: JPVenson Date: Sun, 24 Nov 2024 10:58:09 +0000 Subject: Applied review comments --- MediaBrowser.Controller/Persistence/IItemTypeLookup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Controller/Persistence/IItemTypeLookup.cs') 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 /// /// Gets mapping for all BaseItemKinds and their expected serialization target. /// - public IReadOnlyDictionary BaseItemKindNames { get; } + IReadOnlyDictionary BaseItemKindNames { get; } } -- cgit v1.2.3