Skip to content

Save failed scrobbles to the queue

Currently, Lollypop checks for a network connection before scrobbling. But,

  • It doesn't check for internet access. Lollypop tries to scrobble even on a LAN network.
  • Even with internet access, scrobble requests may occasionally fail to reach the scrobbling service (due to unstable connection, network congestion etc.)

In these situations, the scrobbles that fail are lost for good. This MR will make Lollypop save those failed scrobbles to the queue, so that it can scrobble them later.

Merge request reports