mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 14:26:40 +01:00
update ffmpeg with qsv-compatible version
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 Directory.EnumerateDirectories(path, "*", SearchOption.TopDirectoryOnly)
|
||||
return _fileSystem.GetFileSystemEntryPaths(path)
|
||||
.Select(dir => new VirtualFolderInfo
|
||||
{
|
||||
Name = Path.GetFileName(dir),
|
||||
|
||||
Reference in New Issue
Block a user