From 72aa364aa5578c0a6e2ee8219ca7ee1675a7e50e Mon Sep 17 00:00:00 2001 From: William Taylor Date: Wed, 13 Feb 2019 17:50:40 +0000 Subject: [PATCH] Removed extra using --- Emby.Server.Implementations/ConfigurationOptions.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Emby.Server.Implementations/ConfigurationOptions.cs b/Emby.Server.Implementations/ConfigurationOptions.cs index 0483ad207f..b9b95d65d5 100644 --- a/Emby.Server.Implementations/ConfigurationOptions.cs +++ b/Emby.Server.Implementations/ConfigurationOptions.cs @@ -1,5 +1,4 @@ using System.Collections.Generic; -using Emby.Server.Implementations.IO; namespace Emby.Server.Implementations {