move cache path from base controller to subsonic controller
This commit is contained in:
@@ -30,7 +30,10 @@ func init() {
|
||||
if err != nil {
|
||||
log.Fatalf("error opening database: %v\n", err)
|
||||
}
|
||||
testController = New(&ctrlbase.Controller{DB: db})
|
||||
testController = New(
|
||||
&ctrlbase.Controller{DB: db},
|
||||
"",
|
||||
)
|
||||
}
|
||||
|
||||
type queryCase struct {
|
||||
|
||||
Reference in New Issue
Block a user