mirror of https://github.com/ppy/osu
Fix incorrect task being returned for changelog continuations
This commit is contained in:
parent
9b5e35565b
commit
b13f193c8d
|
@ -163,7 +163,7 @@ private Task fetchListing()
|
|||
await API.PerformAsync(req).ConfigureAwait(false);
|
||||
|
||||
return tcs.Task;
|
||||
});
|
||||
}).Unwrap();
|
||||
}
|
||||
|
||||
private CancellationTokenSource loadContentCancellation;
|
||||
|
|
Loading…
Reference in New Issue