Unfix async Task where it doesn't work.

This commit is contained in:
2022-11-14 09:41:19 +00:00
parent 5a1a7ad39a
commit f90cc6593f
3 changed files with 49 additions and 54 deletions

View File

@@ -38,7 +38,6 @@ using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Reactive;
using System.Threading;
using System.Threading.Tasks;
using Aaru.CommonTypes.Interfaces;
using Aaru.Console;
using Aaru.Core;
@@ -308,7 +307,7 @@ public sealed class ImageEntropyViewModel : ViewModelBase
WholeDiscChecked = false;
}
var thread = new Thread(async Task() =>
var thread = new Thread(async () =>
{
if(SeparatedTracksChecked)
{