a
This commit is contained in:
@@ -95,6 +95,8 @@ func (c *Controller) ServeScrobble(r *http.Request) *spec.Response {
|
||||
if err := scrobbleStatsUpdatePodcastEpisode(c.dbc, id.Value); err != nil {
|
||||
return spec.NewError(0, "error updating stats: %v", err)
|
||||
}
|
||||
default:
|
||||
return spec.NewError(10, "can't scrobble type %s", id.Type)
|
||||
}
|
||||
|
||||
if scrobbleTrack.Track == "" {
|
||||
|
||||
Reference in New Issue
Block a user