From 71a9ae315006254eeea6e86cba07c981013c6957 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Tue, 1 Mar 2022 08:30:26 -0700 Subject: [PATCH] Update MediaBrowser.Controller/Providers/DirectoryService.cs Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> --- MediaBrowser.Controller/Providers/DirectoryService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MediaBrowser.Controller/Providers/DirectoryService.cs b/MediaBrowser.Controller/Providers/DirectoryService.cs index d8ed2360ff..d4de97651f 100644 --- a/MediaBrowser.Controller/Providers/DirectoryService.cs +++ b/MediaBrowser.Controller/Providers/DirectoryService.cs @@ -3,7 +3,6 @@ using System; using System.Collections.Concurrent; using System.Collections.Generic; -using System.IO; using System.Linq; using MediaBrowser.Model.IO;