fix(download-tracker): reset both service caches when resetting downloads (#2065)

This commit is contained in:
fallenbagel
2025-10-18 03:10:02 +08:00
committed by GitHub
parent 0dbbac02af
commit 0d6bfa18cc

View File

@@ -56,6 +56,7 @@ class DownloadTracker {
public async resetDownloadTracker() { public async resetDownloadTracker() {
this.radarrServers = {}; this.radarrServers = {};
this.sonarrServers = {};
} }
public updateDownloads() { public updateDownloads() {