pillarbox-apple icon indicating copy to clipboard operation
pillarbox-apple copied to clipboard

Recover from failed image retrieval

Open defagos opened this issue 9 months ago • 1 comments

As a user I would like artwork and chapter images to be reloaded automatically after temporary failure (e.g. network).

Acceptance criteria

  • Non-loaded images after network failure are reloaded once the network is reachable again.
  • Other kinds of errors (404, e.g.) do not lead to major undesired network activity.

Hints

We could use NWPathMonitor to trigger reload when the network is reachable again.

Tasks

  • [ ] ...

defagos avatar May 13 '24 09:05 defagos