Polishing

This commit is contained in:
Deluan
2016-04-21 10:44:27 -04:00
parent 5b9b430825
commit 60bc1d7a11
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package engine
import "time"
const NowPlayingExpire = time.Duration(60) * time.Minute
const NowPlayingExpire = 60 * time.Minute
type NowPlayingInfo struct {
TrackId string