seerr/server/lib
Fallenbagel bdee340530
fix: abort availability sync job if auth token invalid/connection lost (#845)
This fix aborts the media availability sync job if the following conditions are met:
a) auth token has expired
b) connection to jellyfin/emby has been lost
Previously, the sync job will continue even if auth token was invalid or
connection was lost, thereby, resulting in removal of series/movies that
were never removed on jellyfin/emby/sonarr/radarr. This also removed the
requests. With the current fix, the sync job should refuse to run unless
the auth token is valid.
2024-06-29 19:10:43 +05:00
..
email refactor: absolute imports with path alias (#2960) [skip ci] 2022-08-22 11:02:46 +09:00
notifications chore: merge upstream/develop (#824) 2024-06-19 18:40:25 +05:00
scanners refactor(jellyfin): abstract jellyfin hostname, updated ui to reflect it, better validation (#773) 2024-06-13 19:06:33 +02:00
settings refactor(jellyfin): abstract jellyfin hostname, updated ui to reflect it, better validation (#773) 2024-06-13 19:06:33 +02:00
availabilitySync.ts fix: abort availability sync job if auth token invalid/connection lost (#845) 2024-06-29 19:10:43 +05:00
cache.ts feat(rating): added IMDB Radarr proxy (#3496) 2023-07-28 20:51:19 +09:00
downloadtracker.ts feat(ui): request card progress bar (#3123) 2022-12-27 02:13:57 +00:00
imageproxy.ts fix(snapcraft): use the correct config folder for image cache (#3302) 2023-01-31 01:31:39 +09:00
permissions.ts Merge remote-tracking branch 'overseerr/develop' into develop 2022-09-07 18:24:01 +12:00
search.ts refactor: absolute imports with path alias (#2960) [skip ci] 2022-08-22 11:02:46 +09:00
watchlistsync.ts Merge remote-tracking branch 'upstream/develop' into develop 2023-11-05 17:29:23 +05:00