mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix all errcheck
warnings
This commit is contained in:
parent
03c3c192ed
commit
5cd453afeb
14 changed files with 37 additions and 38 deletions
|
@ -68,5 +68,5 @@ func ParamBool(r *http.Request, param string, def bool) bool {
|
|||
if p == "" {
|
||||
return def
|
||||
}
|
||||
return strings.Index("/true/on/1/", "/"+p+"/") != -1
|
||||
return strings.Contains("/true/on/1/", "/"+p+"/")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue