Skip to content

Commit

Permalink
fix: fixed bad path on continue reading
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanYuuki authored Jan 16, 2025
1 parent cdc3f75 commit 1923622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class HomePage extends StatelessWidget {
e),
title: e,
variant: DataVariant.anilist,
isManga: e.contains("Manga"),
isManga: e.contains("Manga") || e.contains("Reading"),
);
}).toList(),
))
Expand Down

0 comments on commit 1923622

Please sign in to comment.