mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Fixed build
This commit is contained in:
parent
ee3e70c712
commit
10cbce5dca
@ -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…
x
Reference in New Issue
Block a user