diff --git a/engine/nowplaying.go b/engine/nowplaying.go index 28dfaedf0..e875be61a 100644 --- a/engine/nowplaying.go +++ b/engine/nowplaying.go @@ -2,7 +2,7 @@ package engine import "time" -const NowPlayingExpire = time.Duration(30) * time.Minute +const NowPlayingExpire = time.Duration(60) * time.Minute type NowPlayingInfo struct { TrackId string