diff --git a/Sources/EeveeSpotify/Lyrics/CustomLyrics.x.swift b/Sources/EeveeSpotify/Lyrics/CustomLyrics.x.swift index 378bea65..b3a4d3f9 100644 --- a/Sources/EeveeSpotify/Lyrics/CustomLyrics.x.swift +++ b/Sources/EeveeSpotify/Lyrics/CustomLyrics.x.swift @@ -181,18 +181,8 @@ func getCurrentTrackLyricsData(originalLyrics: Lyrics? = nil) throws -> Data { } case .MusixmatchRestricted: - - if !hasShownRestrictedPopUp { - - PopUpHelper.showPopUp( - delayed: false, - message: "The tweak is unable to load lyrics from Musixmatch because they are restricted. It's likely a copyright issue due to the US IP address, so you should change it if you're in the US or use a VPN.", - buttonText: "OK" - ) - - hasShownRestrictedPopUp.toggle() - } - + // No-op: Do nothing when this error occurs + break default: break }