Remove missing books from recent list

This commit is contained in:
jpirnay
2026-05-15 19:22:58 +02:00
parent 684a96f108
commit 3ed5bc3673
4 changed files with 23 additions and 11 deletions
+1 -2
View File
@@ -168,8 +168,7 @@ void HomeActivity::loadRecentBooks(int maxBooks) {
break;
}
// Skip if file no longer exists
if (!Storage.exists(book.path.c_str())) {
if (RecentBooksStore::isMissing(book)) {
continue;
}