aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/ItemTypeLookup.cs
diff options
context:
space:
mode:
authorJPVenson <github@jpb.email>2024-11-17 11:03:43 +0000
committerJPVenson <github@jpb.email>2024-11-17 11:03:43 +0000
commitb39553611d0d6702ef657f76573cefa2ee437745 (patch)
tree9534eb388e16ee057042db0cdf4ad43b063fb45a /Emby.Server.Implementations/Data/ItemTypeLookup.cs
parent17e4485b946f5b58a0bed99312c57abb59181376 (diff)
Applied coding style
Diffstat (limited to 'Emby.Server.Implementations/Data/ItemTypeLookup.cs')
-rw-r--r--Emby.Server.Implementations/Data/ItemTypeLookup.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/Data/ItemTypeLookup.cs b/Emby.Server.Implementations/Data/ItemTypeLookup.cs
index f5db28c7a..82c0a8b6c 100644
--- a/Emby.Server.Implementations/Data/ItemTypeLookup.cs
+++ b/Emby.Server.Implementations/Data/ItemTypeLookup.cs
@@ -1,12 +1,8 @@
-using System;
using System.Collections.Frozen;
using System.Collections.Generic;
-using System.Collections.Immutable;
-using System.Linq;
using System.Threading.Channels;
using Emby.Server.Implementations.Playlists;
using Jellyfin.Data.Enums;
-using Jellyfin.Server.Implementations;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Entities.Audio;
using MediaBrowser.Controller.Entities.Movies;
@@ -14,7 +10,6 @@ using MediaBrowser.Controller.Entities.TV;
using MediaBrowser.Controller.LiveTv;
using MediaBrowser.Controller.Persistence;
using MediaBrowser.Controller.Playlists;
-using MediaBrowser.Model.Querying;
namespace Emby.Server.Implementations.Data;
@@ -23,7 +18,6 @@ public class ItemTypeLookup : IItemTypeLookup
{
/// <inheritdoc />
public IReadOnlyList<string> MusicGenreTypes { get; } = [
-
typeof(Audio).FullName!,
typeof(MusicVideo).FullName!,
typeof(MusicAlbum).FullName!,