Skip to content

Commit 0d6bfa1

Browse files
authored
fix(download-tracker): reset both service caches when resetting downloads (#2065)
1 parent 0dbbac0 commit 0d6bfa1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/lib/downloadtracker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class DownloadTracker {
5656

5757
public async resetDownloadTracker() {
5858
this.radarrServers = {};
59+
this.sonarrServers = {};
5960
}
6061

6162
public updateDownloads() {

0 commit comments

Comments
 (0)