aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2022-09-29 14:32:00 +0200
committerGitHub <noreply@github.com>2022-09-29 14:32:00 +0200
commitb85cde722bc91f0e6d3cc3b7fd5dfb0a950ec7af (patch)
treed7a627da5783a83f3699c5d7382d091fff4961d4 /Emby.Server.Implementations/Library
parenta6ebcc8c585798745ccfdd2ea3e22484c685f9a0 (diff)
parent4edeccc5e0ff391a5f8c35f5f9b81a5ca0e228de (diff)
Merge pull request #8469 from hannesbraun/remove-redundant-using
Diffstat (limited to 'Emby.Server.Implementations/Library')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index 250e7619f..67f9c5765 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -46,7 +46,6 @@ using MediaBrowser.Model.Library;
using MediaBrowser.Model.Querying;
using MediaBrowser.Model.Tasks;
using Microsoft.Extensions.Caching.Memory;
-using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Episode = MediaBrowser.Controller.Entities.TV.Episode;
using EpisodeInfo = Emby.Naming.TV.EpisodeInfo;