Playlists support (99%) complete!

This commit is contained in:
Deluan
2016-03-24 13:28:20 -04:00
parent a27803a4d1
commit b9952bc3de
7 changed files with 110 additions and 8 deletions
+1
View File
@@ -3,6 +3,7 @@ package domain
type Playlist struct {
Id string
Name string
Comment string
FullPath string
Duration int
Owner string