1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:02:55 +08:00

Fix second usage

This commit is contained in:
Dean Herbert 2021-03-23 14:08:00 +09:00
parent 58c60100b4
commit 9c690f9545

View File

@ -28,7 +28,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
protected readonly PlaylistItem PlaylistItem; protected readonly PlaylistItem PlaylistItem;
protected int? Token { get; private set; } protected long? Token { get; private set; }
[Resolved] [Resolved]
private IAPIProvider api { get; set; } private IAPIProvider api { get; set; }