navidrome/models/artist.go
2016-03-01 17:54:13 -05:00

6 lines
68 B
Go

package models
type Artist struct {
Id string
Name string
}