diff --git a/src/LyricsPage.cxx b/src/LyricsPage.cxx index cc4e42a7..ff786eb1 100644 --- a/src/LyricsPage.cxx +++ b/src/LyricsPage.cxx @@ -208,7 +208,7 @@ LyricsPage::OnTimeout() noexcept (int)std::chrono::duration_cast(options.lyrics_timeout).count()); /* schedule a full repaint so the page title gets updated */ - screen.SchedulePaint(); + SchedulePaint(); } void