mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
applied review comments
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user