aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ConfigurationOptions.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-04-21 12:11:55 +0200
committerBond_009 <bond.009@outlook.com>2020-04-21 12:11:55 +0200
commit735e7c3f7d505b8e00359a8f9498cde7906a0b83 (patch)
tree61344108fde3eead0117b50c50d63a03a40e85bb /Emby.Server.Implementations/ConfigurationOptions.cs
parent07143bcb68f010c59274bbe8e7c0e03a843e916b (diff)
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