feat: download artist's top tracks with --limit flag
This commit is contained in:
@@ -4,6 +4,7 @@ type Resource interface {
|
||||
GetTitle() string
|
||||
GetType() string
|
||||
GetSongs() []*Song
|
||||
SetSongs(songs []*Song)
|
||||
GetOutputDir(outputDir string) string
|
||||
Unmarshal(data []byte) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user