mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
review
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -15,8 +15,6 @@ namespace MediaBrowser.Controller.Providers
|
||||
|
||||
IReadOnlyList<string> GetFilePaths(string path);
|
||||
|
||||
IReadOnlyList<string> GetSortedFilePaths(string path, bool clearCache);
|
||||
|
||||
IReadOnlyList<string> GetFilePaths(string path, bool clearCache, bool sort = false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user