mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-30 03:13:17 +01:00
update ffmpeg with qsv-compatible version
This commit is contained in:
@@ -1167,10 +1167,10 @@ namespace MediaBrowser.Providers.TV
|
||||
{
|
||||
try
|
||||
{
|
||||
foreach (var file in _fileSystem.GetFiles(path, true)
|
||||
foreach (var file in _fileSystem.GetFilePaths(path, true)
|
||||
.ToList())
|
||||
{
|
||||
_fileSystem.DeleteFile(file.FullName);
|
||||
_fileSystem.DeleteFile(file);
|
||||
}
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
|
||||
Reference in New Issue
Block a user