Fix: Library Multi-Select Patches + Cleaner Icons (#100)

This commit is contained in:
Youwes09
2026-06-14 04:58:37 -05:00
parent df9755ddf2
commit 4fc96d873d
3 changed files with 68 additions and 33 deletions
@@ -137,7 +137,12 @@
selectedMatch = { manga: m, chapters, readCount: matchReadCount, similarity };
step = "confirm";
} catch (e: any) {
error = e.message;
if (/no chapters found/i.test(e.message)) {
selectedMatch = { manga: m, chapters: [], readCount: 0, similarity };
step = "confirm";
} else {
error = e.message;
}
} finally {
loadingMatchId = null;
}