fix: skip library folders that are inaccessible or empty (#9291)
This commit is contained in:
@@ -78,5 +78,10 @@ namespace MediaBrowser.Controller.Providers
|
||||
|
||||
return filePaths;
|
||||
}
|
||||
|
||||
public bool IsAccessible(string path)
|
||||
{
|
||||
return _fileSystem.GetFileSystemEntryPaths(path).Any();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user