navidrome/conf/export_test.go
2025-03-18 19:16:47 -04:00

5 lines
62 B
Go

package conf
func ResetConf() {
Server = &configOptions{}
}