Fix incorrect task being returned for changelog continuations

This commit is contained in:
Dean Herbert 2021-03-13 19:26:38 +09:00
parent 9b5e35565b
commit b13f193c8d
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ private Task fetchListing()
await API.PerformAsync(req).ConfigureAwait(false);
return tcs.Task;
});
}).Unwrap();
}
private CancellationTokenSource loadContentCancellation;