mirror of
https://github.com/navidrome/navidrome.git
synced 2025-05-05 21:01:08 +03:00
Defaulting Interval
This commit is contained in:
parent
12600792b1
commit
b7617f63e9
@ -55,6 +55,7 @@ type SSDPServer struct {
|
||||
func New(ds model.DataStore, broker events.Broker) *DLNAServer {
|
||||
s := &DLNAServer{ds: ds, broker: broker, ssdp: SSDPServer{}}
|
||||
s.ssdp.Interfaces = listInterfaces()
|
||||
s.ssdp.AnnounceInterval = time.Duration(30) * time.Second
|
||||
|
||||
return s
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user