Fix incorrect year being passed on first load

This commit is contained in:
Andrei Zavatski 2021-05-20 16:04:51 +03:00
parent c48b5eebdd
commit 40ca94cd7b

View File

@ -126,7 +126,7 @@ namespace osu.Game.Overlays
loadArticle(article.NewValue);
}
private void loadFrontPage(int year = 0)
private void loadFrontPage(int? year = null)
{
beginLoading();