mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -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() {
|
public async resetDownloadTracker() {
|
||||||
this.radarrServers = {};
|
this.radarrServers = {};
|
||||||
|
this.sonarrServers = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
public updateDownloads() {
|
public updateDownloads() {
|
||||||
|
|||||||
Reference in New Issue
Block a user