diff --git a/services/comicprocessor.service.ts b/services/comicprocessor.service.ts index 39b2c7f..4ec10a9 100644 --- a/services/comicprocessor.service.ts +++ b/services/comicprocessor.service.ts @@ -282,7 +282,6 @@ export default class ComicProcessorService extends Service { if (toReplaceIndex !== -1) { // Replace the existing result with the updated result resultsForInstance[toReplaceIndex] = payload; -rty6j // Optionally, update the map with the modified array this.airDCPPSearchResults.set(entityId, resultsForInstance); }