mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-06-17 16:44:40 +02:00
feat: add download fallback
This commit is contained in:
+2
-2
@@ -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