diff --git a/server/ctrlsubsonic/encode/encode.go b/server/ctrlsubsonic/encode/encode.go index 79821fc..be5d393 100644 --- a/server/ctrlsubsonic/encode/encode.go +++ b/server/ctrlsubsonic/encode/encode.go @@ -15,7 +15,7 @@ import ( type Profile struct { Format string - Bitrate string + Bitrate int ffmpegOptions []string forceRG bool }