refactor: enhance query to exclude local archives in updates screen

This commit is contained in:
Moustapha Kodjo Amadou 2025-01-21 15:10:52 +01:00
parent c4b153f60c
commit 478c408db7

View file

@ -49,6 +49,8 @@ class _UpdatesScreenState extends ConsumerState<UpdatesScreen>
: _tabBarController.index == 1
? ItemType.anime
: ItemType.novel)
.and()
.isLocalArchiveEqualTo(false)
.findAllSync();
int numbers = 0;