add jukebox-enabled flag

This commit is contained in:
sentriz
2020-04-18 20:55:19 +01:00
parent eb33a06cd7
commit e0f194ec6c
5 changed files with 15 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ func init() {
}
// benchmarks aren't real code are they? >:)
// here is an absolute path to my music directory
testScanner = New(db, "/home/senan/music")
testScanner = New("/home/senan/music", db)
log.SetOutput(ioutil.Discard)
}