Fixed build
This commit is contained in:
parent
ee3e70c712
commit
10cbce5dca
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ func (c *MediaAnnotationController) Scrobble() {
|
|||
username := c.ParamString("u")
|
||||
|
||||
skip, err := c.scrobbler.DetectSkipped(playerId, id, submission)
|
||||
if err {
|
||||
if err != nil {
|
||||
beego.Error("Error detecting skip:", err)
|
||||
}
|
||||
if skip {
|
||||
|
|
|
|||
Loading…
Reference in a new issue