init
This commit is contained in:
11
subsonic/browsing.go
Normal file
11
subsonic/browsing.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package subsonic
|
||||
|
||||
type MusicFolder struct {
|
||||
ID int `xml:"id,attr" json:"id"`
|
||||
Name string `xml:"name,attr" json:"name"`
|
||||
}
|
||||
|
||||
type MusicFoldersResponse struct {
|
||||
Response
|
||||
MusicFolders []MusicFolder `xml:"musicFolders>musicFolder" json:"musicFolders"`
|
||||
}
|
||||
Reference in New Issue
Block a user