mirror of
https://github.com/seerr-team/seerr.git
synced 2025-12-23 23:58:07 -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