mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
sync updates
This commit is contained in:
@@ -46,6 +46,11 @@ namespace MediaBrowser.Controller.Providers
|
||||
|
||||
private Dictionary<string, FileSystemInfo> GetFileSystemDictionary(string path, bool clearCache)
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(path))
|
||||
{
|
||||
throw new ArgumentNullException("path");
|
||||
}
|
||||
|
||||
Dictionary<string, FileSystemInfo> entries;
|
||||
|
||||
if (clearCache)
|
||||
|
||||
Reference in New Issue
Block a user