aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/IDirectoryService.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-06-12 00:20:54 +0200
committerGitHub <noreply@github.com>2021-06-12 00:20:54 +0200
commitcfad97ff28339088ab86c40661bb407024285a7c (patch)
tree152c04363e23e233229a7b40080d388a13046657 /MediaBrowser.Controller/Providers/IDirectoryService.cs
parentadf406b1821800bbf1b214c4ac673defa362e4f4 (diff)
parent66de8428960ec751521386c27e37909cf73add9e (diff)
Merge pull request #6096 from cvium/saving_private_ram
Diffstat (limited to 'MediaBrowser.Controller/Providers/IDirectoryService.cs')
-rw-r--r--MediaBrowser.Controller/Providers/IDirectoryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Providers/IDirectoryService.cs b/MediaBrowser.Controller/Providers/IDirectoryService.cs
index 9cee06a4c..b1a36e102 100644
--- a/MediaBrowser.Controller/Providers/IDirectoryService.cs
+++ b/MediaBrowser.Controller/Providers/IDirectoryService.cs
@@ -15,6 +15,6 @@ namespace MediaBrowser.Controller.Providers
IReadOnlyList<string> GetFilePaths(string path);
- IReadOnlyList<string> GetFilePaths(string path, bool clearCache);
+ IReadOnlyList<string> GetFilePaths(string path, bool clearCache, bool sort = false);
}
}