Skip to content

Commit a49f412

Browse files
committed
Fix bookmark filter for seasons
1 parent f0162da commit a49f412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/eu/kanade/tachiyomi/ui/entries/anime/AnimeScreenModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ class AnimeScreenModel(
16571657
val unseenFilter = anime.seasonUnseenFilter
16581658
val downloadedFilter = anime.seasonDownloadedFilter
16591659
val startedFilter = anime.seasonStartedFilter
1660-
val bookmarkedFilter = anime.bookmarkedFilter
1660+
val bookmarkedFilter = anime.seasonBookmarkedFilter
16611661
val completedFilter = anime.seasonCompletedFilter
16621662

16631663
val comparator = getSeasonSortComparator(anime)

0 commit comments

Comments
 (0)