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. |
||
|---|---|---|
| .. | ||
| notifications | ||
| scanners | ||
| settings | ||
| availabilitySync.ts | ||
| cache.ts | ||
| downloadtracker.ts | ||
| imageproxy.ts | ||
| permissions.ts | ||
| search.ts | ||
| watchlistsync.ts | ||