mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
bump
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user