mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-08 04:28:07 +01:00
fix: wrong string for service parameter
This commit is contained in:
@@ -112,8 +112,8 @@ func (app *App) GetDownloadUrlOrFallback(askedService string, quality string, so
|
||||
case "amazon":
|
||||
servicesToTry = []string{"amazon", "tidal", "qoboz"}
|
||||
break
|
||||
case "quoboz":
|
||||
servicesToTry = []string{"quoboz", "tidal", "amazon"}
|
||||
case "qoboz":
|
||||
servicesToTry = []string{"qoboz", "tidal", "amazon"}
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user