mirror of
https://github.com/navidrome/navidrome.git
synced 2025-05-09 06:41:06 +03:00
7 lines
92 B
Go
7 lines
92 B
Go
package models
|
|
|
|
type Artist struct {
|
|
Id string
|
|
Name string
|
|
Albums map[string]bool
|
|
} |