diff --git a/Sources/EeveeSpotify/Lyrics/CustomLyrics.x.swift b/Sources/EeveeSpotify/Lyrics/CustomLyrics.x.swift index 36e2e7dc..243f92ef 100644 --- a/Sources/EeveeSpotify/Lyrics/CustomLyrics.x.swift +++ b/Sources/EeveeSpotify/Lyrics/CustomLyrics.x.swift @@ -231,7 +231,7 @@ private func loadLyricsForCurrentTrack() throws { || (lyricsDto.romanization == .canBeRomanized && UserDefaults.lyricsOptions.romanization) lastLyricsState.loadedSuccessfully = true - NSLog("eevee doooo") + let lyrics = Lyrics.with { $0.data = lyricsDto.toLyricsData(source: source.description) } diff --git a/Sources/EeveeSpotify/Tweak.x.swift b/Sources/EeveeSpotify/Tweak.x.swift index de7f198e..f3b1f40e 100644 --- a/Sources/EeveeSpotify/Tweak.x.swift +++ b/Sources/EeveeSpotify/Tweak.x.swift @@ -11,7 +11,7 @@ func exitApplication() { struct EeveeSpotify: Tweak { - static let version = "4.6" + static let version = "4.7" static let isOldSpotifyVersion = NSClassFromString("Lyrics_NPVCommunicatorImpl.LyricsOnlyViewController") == nil init() { diff --git a/control b/control index e30a6198..fe191e01 100644 --- a/control +++ b/control @@ -1,6 +1,6 @@ Package: com.eevee.spotify Name: EeveeSpotify -Version: 4.6 +Version: 4.7 Architecture: iphoneos-arm Description: A tweak to get Spotify Premium for free, just like Spotilife Maintainer: Eevee