mirror of
https://git.sr.ht/~joren/streamrip-go
synced 2026-06-17 15:05:39 +02:00
fix qobuz interpreter artist urls
This commit is contained in:
@@ -69,6 +69,9 @@ func parseQobuz(raw string, parts []string) *ParsedURL {
|
||||
}
|
||||
|
||||
mediaType := parts[0]
|
||||
if mediaType == "interpreter" {
|
||||
mediaType = "artist"
|
||||
}
|
||||
if !isSupportedMedia(mediaType) {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user