add getRandomSongs

closes #33
This commit is contained in:
sentriz
2020-02-21 02:14:13 +00:00
parent 6de50dc865
commit e8b0ea6713
3 changed files with 25 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ type Album struct {
}
type RandomTracks struct {
Tracks []*TrackChild `xml:"song" json:"song"`
List []*TrackChild `xml:"song" json:"song"`
}
type TrackChild struct {