mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Raising the TTL for NowPlaying
This commit is contained in:
parent
c4b660fce3
commit
ab7e70017a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user