mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
feat: Add interactive search with arrow-key navigation
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package structs
|
||||
|
||||
type ConfigSet struct {
|
||||
Storefront string `yaml:"storefront"`
|
||||
MediaUserToken string `yaml:"media-user-token"`
|
||||
AuthorizationToken string `yaml:"authorization-token"`
|
||||
Language string `yaml:"language"`
|
||||
@@ -92,4 +93,4 @@ type AutoGeneratedArtist struct {
|
||||
ComposerName string `json:"composerName"`
|
||||
} `json:"attributes"`
|
||||
} `json:"data"`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user