Dmitry Utyamishev 1 month ago committed by GitHub
commit a804338c72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -69,7 +69,7 @@ namespace MediaBrowser.Controller.Providers
_filePathCache.TryRemove(path, out _); _filePathCache.TryRemove(path, out _);
} }
var filePaths = _filePathCache.GetOrAdd(path, static (p, fileSystem) => fileSystem.GetFilePaths(p).ToList(), _fileSystem); var filePaths = _filePathCache.GetOrAdd(path, static (p, fileSystem) => fileSystem.GetFilePaths(p, true).ToList(), _fileSystem);
if (sort) if (sort)
{ {

Loading…
Cancel
Save