move cache path from base controller to subsonic controller
This commit is contained in:
@@ -136,7 +136,7 @@ func (c *Controller) ServeStream(w http.ResponseWriter, r *http.Request) *spec.R
|
||||
}
|
||||
servOpts.pref = pref
|
||||
servOpts.maxBitrate = params.GetIntOr("maxBitRate", 0)
|
||||
servOpts.cachePath = c.CachePath
|
||||
servOpts.cachePath = c.cachePath
|
||||
serveTrackEncode(w, r, servOpts)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user