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
+3 -4
View File
@@ -30,10 +30,9 @@ func init() {
if err != nil {
log.Fatalf("error opening database: %v\n", err)
}
testController = New(
&ctrlbase.Controller{DB: db},
"",
)
testController = &Controller{
Controller: &ctrlbase.Controller{DB: db},
}
}
type queryCase struct {