mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 13:14:16 +01:00
actually fix issue
This commit is contained in:
parent
206520f6f2
commit
d1a42f2a04
1 changed files with 2 additions and 1 deletions
|
|
@ -214,9 +214,10 @@ public class CachedPlayer
|
||||||
ApplyCustomizationData(kind, downloadToken);
|
ApplyCustomizationData(kind, downloadToken);
|
||||||
}
|
}
|
||||||
|
|
||||||
_downloadCancellationTokenSource = null;
|
|
||||||
}, downloadToken).ContinueWith(task =>
|
}, downloadToken).ContinueWith(task =>
|
||||||
{
|
{
|
||||||
|
_downloadCancellationTokenSource = null;
|
||||||
|
|
||||||
if (!task.IsCanceled) return;
|
if (!task.IsCanceled) return;
|
||||||
|
|
||||||
Logger.Debug("Download Task was cancelled");
|
Logger.Debug("Download Task was cancelled");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue