aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/DirectoryService.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-02-28 16:16:25 -0700
committerCody Robibero <cody@robibe.ro>2022-02-28 17:14:33 -0700
commitfc5c6c0404b06accb3617c0d4f181bb7c344119c (patch)
treeb7cb3d3ac444aca21fe4a1f360325c2951339fee /MediaBrowser.Controller/Providers/DirectoryService.cs
parent1d367712bb2ec87a1d36f9b23deb2c0ad5fa7279 (diff)
Use IFileSystem
Diffstat (limited to 'MediaBrowser.Controller/Providers/DirectoryService.cs')
-rw-r--r--MediaBrowser.Controller/Providers/DirectoryService.cs4
1 files changed, 0 insertions, 4 deletions
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;
}
-
- /// <inheritdoc />
- public bool PathExists(string path)
- => Directory.Exists(path);
}
}