Skip to content

v2.4.2

Choose a tag to compare

@github-actions github-actions released this 16 Sep 01:04
· 9 commits to main since this release
03f96b0

When a Letterboxd login fails three times in a row, Jellyscribe pauses that account and shows "Login failing, sync paused". Correcting the password was supposed to clear that and resume on the next run. It did if you edited the account from the user page, but not from the admin dashboard, because those two save through different paths and only one of them reset the pause. Admins were left stuck: the password was right, the badge still said failing, and even deleting the account and adding it again changed nothing, because the paused state is remembered per Letterboxd username and a new account simply inherited it. Saving an account from the dashboard now clears the pause whenever its password or cookies changed, so a corrected login is retried on the next sync.