make musicFolderIds ints (#169)
* make `musicFolderId`s ints https://github.com/sentriz/gonic/issues/50#issuecomment-963257103 https://github.com/einsteinx2/iSubMusicStreamer/blob/006c1dafee6b926fde9d775cb0e64011a4662853/Classes/Models/API%20Models/MediaFolder.swift#L16 related #50 * add a test for multi folders and reused artists
This commit is contained in:
@@ -179,7 +179,7 @@ type MusicFolders struct {
|
||||
}
|
||||
|
||||
type MusicFolder struct {
|
||||
ID string `xml:"id,attr,omitempty" json:"id,omitempty"`
|
||||
ID int `xml:"id,attr" json:"id"`
|
||||
Name string `xml:"name,attr,omitempty" json:"name,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user