added base thing
This commit is contained in:
15
internal/data/song.go
Normal file
15
internal/data/song.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package data
|
||||
|
||||
type Song struct {
|
||||
Id int
|
||||
|
||||
Name string
|
||||
UnifiedName string
|
||||
Isrc string
|
||||
Genre string
|
||||
Note string
|
||||
Tracksort int
|
||||
Artwork string
|
||||
|
||||
Sources []Source
|
||||
}
|
||||
Reference in New Issue
Block a user