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

@@ -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 {