getNowPlaying.view working

This commit is contained in:
Deluan 2016-03-17 10:37:19 -04:00
parent 68c456e188
commit c4b660fce3
6 changed files with 25 additions and 12 deletions

View file

@ -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)
}
}