Skip to content

Commit

Permalink
LyricsPage: fix remaining SchedulePaint() call
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Sep 9, 2024
1 parent 710bb93 commit 6a569e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LyricsPage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ LyricsPage::OnTimeout() noexcept
(int)std::chrono::duration_cast<std::chrono::seconds>(options.lyrics_timeout).count());

/* schedule a full repaint so the page title gets updated */
screen.SchedulePaint();
SchedulePaint();
}

void
Expand Down

0 comments on commit 6a569e3

Please sign in to comment.