feat: Add interactive search with arrow-key navigation

This commit is contained in:
raun1203
2025-08-07 08:13:55 +05:30
parent 63e9e16085
commit bc243557b2
4 changed files with 275 additions and 136 deletions

View File

@@ -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"`
}
}