mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
feat: add download fallback
This commit is contained in:
@@ -20,8 +20,8 @@ type SongLinkResponse struct {
|
||||
}
|
||||
|
||||
type LinksByPlatform struct {
|
||||
Deezer LinkByPlatform `json:"deezer"`
|
||||
Tidal LinkByPlatform `json:"tidal"`
|
||||
Deezer *LinkByPlatform `json:"deezer,omitempty"`
|
||||
Tidal *LinkByPlatform `json:"tidal,omitempty"`
|
||||
}
|
||||
|
||||
type LinkByPlatform struct {
|
||||
|
||||
Reference in New Issue
Block a user