Bug Fixes
- Update popup could be missed entirely - the server recorded a release as seen on the same request that reported it, so whichever tab or device polled first spent the notification and every later page load stayed silent. The popup now keeps appearing until you dismiss it, and the dismissal is what gets recorded
- Requesting a movie failed on a page left open - CSRF tokens expired after an hour, and the resulting error page could not be parsed by the client, so the request icon threw
SyntaxErrorinstead of reporting anything. Tokens now last as long as the session, and API errors always answer in JSON
Full Changelog: v5.5.2...v5.5.3