diff --git a/services/LyricsService.qml b/services/LyricsService.qml index d41b93b4..a6b94f27 100644 --- a/services/LyricsService.qml +++ b/services/LyricsService.qml @@ -78,8 +78,11 @@ Singleton { function _doLoadLyrics() { const meta = getMetadata(); - if (!meta) + if (!meta) { + lyricsModel.clear(); + root.currentIndex = -1; return; + } loading = true; lyricsModel.clear();