mirror of
https://github.com/venera-app/venera.git
synced 2025-12-13 05:51:15 +00:00
Improve history with grouped chapters.
This commit is contained in:
@@ -376,7 +376,7 @@ class ComicChapters {
|
||||
return _groupedChapters![group] ?? {};
|
||||
}
|
||||
|
||||
/// Get a group of chapters by index
|
||||
/// Get a group of chapters by index(0-based)
|
||||
Map<String, String> getGroupByIndex(int index) {
|
||||
return _groupedChapters!.values.elementAt(index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user