diff --git a/SpotifyLyricsInMenubar/SpotifyLyricsInMenubarApp.swift b/SpotifyLyricsInMenubar/SpotifyLyricsInMenubarApp.swift index 96b8d13..fdbe3f4 100644 --- a/SpotifyLyricsInMenubar/SpotifyLyricsInMenubarApp.swift +++ b/SpotifyLyricsInMenubar/SpotifyLyricsInMenubarApp.swift @@ -63,6 +63,7 @@ struct SpotifyLyricsInMenubarApp: App { viewmodel.isPlaying = false viewmodel.currentlyPlaying = nil viewmodel.currentlyPlayingName = nil + viewmodel.currentlyPlayingAppleMusicPersistentID = nil return } print("Application just started. lets check whats playing")