aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/DirectoryService.cs
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2021-05-31 13:55:54 +0200
committercvium <clausvium@gmail.com>2021-05-31 13:55:54 +0200
commit0835b26889e1b26d3bd00abfb076da3b6eb4424e (patch)
tree41596817da86a0f32c078256578a380a36b4e757 /MediaBrowser.Controller/Providers/DirectoryService.cs
parent3b5214e59526095057a7761ca6c8edb5a5af1d1f (diff)
review
Diffstat (limited to 'MediaBrowser.Controller/Providers/DirectoryService.cs')
-rw-r--r--MediaBrowser.Controller/Providers/DirectoryService.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/MediaBrowser.Controller/Providers/DirectoryService.cs b/MediaBrowser.Controller/Providers/DirectoryService.cs
index ba5290763..b31270270 100644
--- a/MediaBrowser.Controller/Providers/DirectoryService.cs
+++ b/MediaBrowser.Controller/Providers/DirectoryService.cs
@@ -60,10 +60,7 @@ namespace MediaBrowser.Controller.Providers
}
public IReadOnlyList<string> GetFilePaths(string path)
- => GetFilePaths(path, false, false);
-
- public IReadOnlyList<string> GetSortedFilePaths(string path, bool clearCache)
- => GetFilePaths(path, clearCache, true);
+ => GetFilePaths(path, false);
public IReadOnlyList<string> GetFilePaths(string path, bool clearCache, bool sort = false)
{