mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Use OS-independent path separators
This commit is contained in:
parent
8d27c77c2c
commit
0403ec2a07
3 changed files with 3 additions and 4 deletions
|
@ -10,7 +10,6 @@ import (
|
|||
const (
|
||||
AppName = "navidrome"
|
||||
|
||||
LocalConfigFile = "./navidrome.toml"
|
||||
DefaultDbPath = "navidrome.db?cache=shared&_busy_timeout=15000&_journal_mode=WAL&_foreign_keys=on"
|
||||
InitialSetupFlagKey = "InitialSetup"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue