From ab7e70017aded76c94e5461f64ffdb3a5e9eadce Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 17 Mar 2016 17:35:10 -0400 Subject: [PATCH] Raising the TTL for NowPlaying --- engine/nowplaying.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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