diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-02-28 16:16:25 -0700 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2022-02-28 17:14:33 -0700 |
| commit | fc5c6c0404b06accb3617c0d4f181bb7c344119c (patch) | |
| tree | b7cb3d3ac444aca21fe4a1f360325c2951339fee /MediaBrowser.Controller/Providers/DirectoryService.cs | |
| parent | 1d367712bb2ec87a1d36f9b23deb2c0ad5fa7279 (diff) | |
Use IFileSystem
Diffstat (limited to 'MediaBrowser.Controller/Providers/DirectoryService.cs')
| -rw-r--r-- | MediaBrowser.Controller/Providers/DirectoryService.cs | 4 |
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); } } |
