From fc5c6c0404b06accb3617c0d4f181bb7c344119c Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Mon, 28 Feb 2022 16:16:25 -0700 Subject: Use IFileSystem --- MediaBrowser.Controller/Providers/DirectoryService.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'MediaBrowser.Controller/Providers/DirectoryService.cs') diff --git a/MediaBrowser.Controller/Providers/DirectoryService.cs b/MediaBrowser.Controller/Providers/DirectoryService.cs index cfbcfa274..d8ed2360f 100644 --- a/MediaBrowser.Controller/Providers/DirectoryService.cs +++ b/MediaBrowser.Controller/Providers/DirectoryService.cs @@ -79,9 +79,5 @@ namespace MediaBrowser.Controller.Providers return filePaths; } - - /// - public bool PathExists(string path) - => Directory.Exists(path); } } -- cgit v1.2.3