diff --git a/server/ctrlsubsonic/handlers_raw.go b/server/ctrlsubsonic/handlers_raw.go index 174253d..9327640 100644 --- a/server/ctrlsubsonic/handlers_raw.go +++ b/server/ctrlsubsonic/handlers_raw.go @@ -123,7 +123,7 @@ func (c *Controller) ServeStream(w http.ResponseWriter, r *http.Request) *spec.R log.Printf("error encoding %q: %v\n", absPath, err) } log.Printf("track `%s` encoded to [%s/%s] successfully\n", - track.Filename, profile.Format, profile.Bitrate) + track.Filename, profile.Format, bitrate) return nil }