mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-14 19:50:24 +01:00
fix: skip library folders that are inaccessible or empty (#9291)
This commit is contained in:
@@ -16,5 +16,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
IReadOnlyList<string> GetFilePaths(string path);
|
||||
|
||||
IReadOnlyList<string> GetFilePaths(string path, bool clearCache, bool sort = false);
|
||||
|
||||
bool IsAccessible(string path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user