Fixed build
This commit is contained in:
@@ -29,7 +29,7 @@ func (c *MediaAnnotationController) Scrobble() {
|
|||||||
username := c.ParamString("u")
|
username := c.ParamString("u")
|
||||||
|
|
||||||
skip, err := c.scrobbler.DetectSkipped(playerId, id, submission)
|
skip, err := c.scrobbler.DetectSkipped(playerId, id, submission)
|
||||||
if err {
|
if err != nil {
|
||||||
beego.Error("Error detecting skip:", err)
|
beego.Error("Error detecting skip:", err)
|
||||||
}
|
}
|
||||||
if skip {
|
if skip {
|
||||||
|
|||||||
Reference in New Issue
Block a user