mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
local files musixmatch lyrics & german loc fix
This commit is contained in:
@@ -133,11 +133,11 @@ class MusixmatchLyricsRepository: LyricsRepository {
|
||||
//
|
||||
|
||||
func getLyrics(_ query: LyricsSearchQuery, options: LyricsOptions) throws -> LyricsDto {
|
||||
|
||||
var musixmatchQuery = [
|
||||
"track_spotify_id": query.spotifyTrackId,
|
||||
"subtitle_format": "mxm",
|
||||
"q_track": " "
|
||||
"q_track": query.title,
|
||||
"q_artist": query.primaryArtist
|
||||
]
|
||||
|
||||
if !selectedLanguage.isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user