Halfway of getNowPlaying implementation

This commit is contained in:
Deluan
2016-03-17 09:34:32 -04:00
parent a3238ce17b
commit 68c456e188
13 changed files with 113 additions and 29 deletions
+5
View File
@@ -24,6 +24,11 @@ type Entry struct {
Suffix string
BitRate int
ContentType string
UserName string
MinutesAgo int
PlayerId int
PlayerName string
}
type Entries []Entry