mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
update ffmpeg with qsv-compatible version
This commit is contained in:
@@ -111,8 +111,8 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
|
||||
{
|
||||
try
|
||||
{
|
||||
return Directory
|
||||
.EnumerateDirectories(path, "*", SearchOption.TopDirectoryOnly)
|
||||
return _fileSystem
|
||||
.GetFileSystemEntryPaths(path)
|
||||
.ToList();
|
||||
}
|
||||
catch (IOException ex)
|
||||
|
||||
Reference in New Issue
Block a user