mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Fix and disable new dotnet6 warnings
This commit is contained in:
@@ -1805,7 +1805,7 @@ namespace Jellyfin.Api.Controllers
|
||||
_logger.LogError(ex, "Error deleting partial stream file(s) {path}", path);
|
||||
|
||||
var task = Task.Delay(100);
|
||||
Task.WaitAll(task);
|
||||
task.Wait();
|
||||
DeleteFile(path, retryCount + 1);
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user