mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
fix: for now download only from tidal
This commit is contained in:
@@ -107,13 +107,7 @@ func (app *App) GetDownloadUrlOrFallback(askedService string, quality string, so
|
||||
switch askedService {
|
||||
default:
|
||||
case "tidal":
|
||||
servicesToTry = []string{"tidal", "amazon", "qoboz"}
|
||||
break
|
||||
case "amazon":
|
||||
servicesToTry = []string{"amazon", "tidal", "qoboz"}
|
||||
break
|
||||
case "qoboz":
|
||||
servicesToTry = []string{"qoboz", "tidal", "amazon"}
|
||||
servicesToTry = []string{"tidal"}
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user