aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/PathExtensions.cs
diff options
context:
space:
mode:
authorAmbulantRex <21176662+AmbulantRex@users.noreply.github.com>2023-03-30 12:56:57 -0600
committerAmbulantRex <21176662+AmbulantRex@users.noreply.github.com>2023-03-30 12:56:57 -0600
commit677b1f8e34799d26ffa9ef792aabcc79ad9073ca (patch)
treea263cd0978b8d0ecbeb835e7173a514c972e18a5 /Emby.Server.Implementations/Library/PathExtensions.cs
parent891b9f7a997ce5e5892c1b0f166a921ff07abf68 (diff)
Remove unnecessary using statements in PluginManager
Diffstat (limited to 'Emby.Server.Implementations/Library/PathExtensions.cs')
-rw-r--r--Emby.Server.Implementations/Library/PathExtensions.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Library/PathExtensions.cs b/Emby.Server.Implementations/Library/PathExtensions.cs
index 7e0d0b78d..a3d748a13 100644
--- a/Emby.Server.Implementations/Library/PathExtensions.cs
+++ b/Emby.Server.Implementations/Library/PathExtensions.cs
@@ -1,9 +1,7 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
-using System.Linq;
using MediaBrowser.Common.Providers;
-using Nikse.SubtitleEdit.Core.Common;
namespace Emby.Server.Implementations.Library
{