Register skipped songs!

This commit is contained in:
Deluan
2016-03-17 18:58:09 -04:00
parent ab7e70017a
commit ee3e70c712
7 changed files with 111 additions and 15 deletions
+1
View File
@@ -14,5 +14,6 @@ type NowPlayingInfo struct {
type NowPlayingRepository interface {
Set(trackId, username string, playerId int, playerName string) error
Clear(playerId int) (*NowPlayingInfo, error)
GetAll() (*[]NowPlayingInfo, error)
}