mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Fix typos
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
72969711d2
commit
bbe8fe164d
@ -208,7 +208,7 @@ func findTargetTranscodingOptions(ctx context.Context, mf *model.MediaFile, reqF
|
|||||||
return targetFormat, targetBitRate
|
return targetFormat, targetBitRate
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use the default downsamling format the server is configed to but
|
// Use the default downsampling format the server is configured to but
|
||||||
// only if the requested bitrate is reduced
|
// only if the requested bitrate is reduced
|
||||||
isBitrateReduced := reqBitRate > 0 && reqBitRate < mf.BitRate
|
isBitrateReduced := reqBitRate > 0 && reqBitRate < mf.BitRate
|
||||||
hasDefaultDownsamplingFormat := conf.Server.DefaultDownsamplingFormat != ""
|
hasDefaultDownsamplingFormat := conf.Server.DefaultDownsamplingFormat != ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user