mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Raising the TTL for NowPlaying
This commit is contained in:
parent
c4b660fce3
commit
ab7e70017a
@ -2,7 +2,7 @@ package engine
|
|||||||
|
|
||||||
import "time"
|
import "time"
|
||||||
|
|
||||||
const NowPlayingExpire = time.Duration(30) * time.Minute
|
const NowPlayingExpire = time.Duration(60) * time.Minute
|
||||||
|
|
||||||
type NowPlayingInfo struct {
|
type NowPlayingInfo struct {
|
||||||
TrackId string
|
TrackId string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user