You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add a workaround around weird spotify condition
For some reason, Spotify checks if pathname starts with `/lyrics` in three different files for cinema mode(?). This breaks `/lyrics-plus` since it contains `/lyrics` at the start
utils.PrintWarning(fmt.Sprintf("Could not process %s: %v", binFilePath, err))
144
-
utils.PrintInfo("If above warning says 'could not find start marker', you can safely ignore that error if you're on Spotify 1.2.63 or lower.")
144
+
utils.PrintInfo("If above warning says 'could not find start marker', you can safely ignore that error if you're on Spotify 1.2.63 or lower and you're not on macOS Intel.")
145
145
utils.PrintInfo("However, if you're on 1.2.64 or higher, please report this issue")
0 commit comments