Now Playing backend implemented

This commit is contained in:
Deluan
2016-03-16 21:04:41 -04:00
parent 9bfb61d994
commit cc89cb5bd1
6 changed files with 49 additions and 11 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ type NowPlayingInfo struct {
}
type NowPlayingRepository interface {
Add(trackId string) error
Set(trackId string) error
}