Added Genre and Track Number to getMusicDirectory
This commit is contained in:
@@ -8,6 +8,7 @@ type Album struct {
|
||||
Year int
|
||||
Compilation bool
|
||||
Rating int
|
||||
Genre string
|
||||
}
|
||||
|
||||
type AlbumRepository interface {
|
||||
|
||||
Reference in New Issue
Block a user