aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ConfigurationOptions.cs
diff options
context:
space:
mode:
authorAnthony Lavado <anthony@lavado.ca>2020-05-04 04:21:30 -0400
committerGitHub <noreply@github.com>2020-05-04 04:21:30 -0400
commit0e116461077dec05e71b3c0a2f1b4dab5a8830a8 (patch)
tree66e57bff8e7992d65926a95c554045428570bef9 /Emby.Server.Implementations/ConfigurationOptions.cs
parent491f59cad43084d25943e853bb83365689d4672b (diff)
parent99fe8dbe628563b6a72917b3530b2686d2899623 (diff)
Merge pull request #2950 from Bond-009/videoresolver
Fix VideoResolver and tests
Diffstat (limited to 'Emby.Server.Implementations/ConfigurationOptions.cs')
-rw-r--r--Emby.Server.Implementations/ConfigurationOptions.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ConfigurationOptions.cs b/Emby.Server.Implementations/ConfigurationOptions.cs
index db7c35a7c..dea9b6682 100644
--- a/Emby.Server.Implementations/ConfigurationOptions.cs
+++ b/Emby.Server.Implementations/ConfigurationOptions.cs
@@ -1,7 +1,6 @@
using System.Collections.Generic;
using Emby.Server.Implementations.HttpServer;
using Emby.Server.Implementations.Updates;
-using MediaBrowser.Providers.Music;
using static MediaBrowser.Controller.Extensions.ConfigurationExtensions;
namespace Emby.Server.Implementations