mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-06 14:07:36 +03:00
getNowPlaying.view working
This commit is contained in:
parent
68c456e188
commit
c4b660fce3
6 changed files with 25 additions and 12 deletions
|
@ -32,7 +32,6 @@ func checkParameters(c BaseAPIController) {
|
|||
logWarn(c, fmt.Sprintf(`Missing required parameter "%s"`, p))
|
||||
abortRequest(c, responses.ERROR_MISSING_PARAMETER)
|
||||
}
|
||||
c.Data[p] = c.GetString(p)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue