mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-15 10:19:55 -05:00
Fix: Library Multi-Select Patches + Cleaner Icons (#100)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user