fix: prune books missing form sd card in recent books list (#1959)
This commit is contained in:
@@ -43,7 +43,7 @@ void HomeActivity::loadRecentBooks(int maxBooks) {
|
||||
}
|
||||
|
||||
// Skip if file no longer exists
|
||||
if (!Storage.exists(book.path.c_str())) {
|
||||
if (RecentBooksStore::isMissing(book)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user