Even more metadata for playlists

This commit is contained in:
Deluan
2016-03-21 12:26:55 -04:00
parent 3cefc321b8
commit a9d7d4d242
6 changed files with 37 additions and 14 deletions
+3
View File
@@ -4,6 +4,9 @@ type Playlist struct {
Id string
Name string
FullPath string
Duration int
Owner string
Public bool
Tracks []string
}