diff options
| author | JPVenson <github@jpb.email> | 2024-10-11 11:46:43 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2024-10-11 11:46:43 +0000 |
| commit | 058a567e0025d2a3086de8530be613fdf2b08c8c (patch) | |
| tree | 9058d74b04647921ac32cdce723654d763cbf783 /MediaBrowser.Controller | |
| parent | 05ffa7b4130dd86e386714792e253262cec0dcf9 (diff) | |
Removed unused mapping tables
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Persistence/IItemTypeLookup.cs | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/MediaBrowser.Controller/Persistence/IItemTypeLookup.cs b/MediaBrowser.Controller/Persistence/IItemTypeLookup.cs index 343b95e9e..d2c6ff365 100644 --- a/MediaBrowser.Controller/Persistence/IItemTypeLookup.cs +++ b/MediaBrowser.Controller/Persistence/IItemTypeLookup.cs @@ -11,46 +11,6 @@ namespace MediaBrowser.Controller.Persistence; public interface IItemTypeLookup { /// <summary> - /// Gets all values of the ItemFields type. - /// </summary> - public IReadOnlyList<ItemFields> AllItemFields { get; } - - /// <summary> - /// Gets all BaseItemKinds that are considered Programs. - /// </summary> - public IReadOnlyList<BaseItemKind> ProgramTypes { get; } - - /// <summary> - /// Gets all BaseItemKinds that should be excluded from parent lookup. - /// </summary> - public IReadOnlyList<BaseItemKind> ProgramExcludeParentTypes { get; } - - /// <summary> - /// Gets all BaseItemKinds that are considered to be provided by services. - /// </summary> - public IReadOnlyList<BaseItemKind> ServiceTypes { get; } - - /// <summary> - /// Gets all BaseItemKinds that have a StartDate. - /// </summary> - public IReadOnlyList<BaseItemKind> StartDateTypes { get; } - - /// <summary> - /// Gets all BaseItemKinds that are considered Series. - /// </summary> - public IReadOnlyList<BaseItemKind> SeriesTypes { get; } - - /// <summary> - /// Gets all BaseItemKinds that are not to be evaluated for Artists. - /// </summary> - public IReadOnlyList<BaseItemKind> ArtistExcludeParentTypes { get; } - - /// <summary> - /// Gets all BaseItemKinds that are considered Artists. - /// </summary> - public IReadOnlyList<BaseItemKind> ArtistsTypes { get; } - - /// <summary> /// Gets all serialisation target types for music related kinds. /// </summary> IReadOnlyList<string> MusicGenreTypes { get; } |
