mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-23 18:29:19 -05:00
fix(download-tracker): reset both service caches when resetting downloads (#2065)
This commit is contained in:
@@ -56,6 +56,7 @@ class DownloadTracker {
|
||||
|
||||
public async resetDownloadTracker() {
|
||||
this.radarrServers = {};
|
||||
this.sonarrServers = {};
|
||||
}
|
||||
|
||||
public updateDownloads() {
|
||||
|
||||
Reference in New Issue
Block a user