🐛 Removed some random letters

This commit is contained in:
2025-02-20 12:36:53 -05:00
parent cb8e6bb3d6
commit 6f11e84c1d

View File

@@ -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);
}