Skip to content

app: finish all pending unsubscribes before quitting.

Currently when quitting the app while the undo unsubscribe toast is still open will end up not deleting the show.

With this change the ids of shows to delete are stored in app and removed on shutdown if not previously removed by the toast.

Fixes #103 (closed)

Tested:

  • unsub and close while toast is open: sunsub worked
  • unsub and dismiss the toast: unsub worked
  • unsub and let the toast fade away, unsub worked
  • unsub and click undo: undo worked, show remains

Merge request reports