mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
fix windows restart
This commit is contained in:
@@ -1165,7 +1165,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
/// <returns>IEnumerable{VirtualFolderInfo}.</returns>
|
||||
private IEnumerable<VirtualFolderInfo> GetView(string path)
|
||||
{
|
||||
return _fileSystem.GetFileSystemEntryPaths(path)
|
||||
return _fileSystem.GetDirectoryPaths(path)
|
||||
.Select(dir => new VirtualFolderInfo
|
||||
{
|
||||
Name = Path.GetFileName(dir),
|
||||
|
||||
Reference in New Issue
Block a user