add jukebox-enabled flag

This commit is contained in:
sentriz
2020-04-18 22:04:53 +01:00
parent eb33a06cd7
commit e0f194ec6c
5 changed files with 15 additions and 9 deletions
+1 -1
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)
}