mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Add nakedret linter
This commit is contained in:
parent
03640ca93d
commit
2c214154dc
3 changed files with 3 additions and 2 deletions
|
@ -163,7 +163,7 @@ func selectTranscodingOptions(ctx context.Context, ds model.DataStore, mf *model
|
|||
format = "raw"
|
||||
bitRate = 0
|
||||
}
|
||||
return
|
||||
return format, bitRate
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue