Fixed build

This commit is contained in:
Deluan
2016-03-17 19:00:31 -04:00
parent ee3e70c712
commit 10cbce5dca
+1 -1
View File
@@ -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 {