Add cachePath variable and CLI option
This commit is contained in:
@@ -47,6 +47,7 @@ func statusToBlock(code int) string {
|
||||
type Controller struct {
|
||||
DB *db.DB
|
||||
MusicPath string
|
||||
CachePath string
|
||||
Scanner *scanner.Scanner
|
||||
ProxyPrefix string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user