mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Raising the TTL for NowPlaying
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user