mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 16:24:14 +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);
|
||||
}
|
||||
|
||||
_downloadCancellationTokenSource = null;
|
||||
}, downloadToken).ContinueWith(task =>
|
||||
{
|
||||
_downloadCancellationTokenSource = null;
|
||||
|
||||
if (!task.IsCanceled) return;
|
||||
|
||||
Logger.Debug("Download Task was cancelled");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue