mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
fix importing comic
This commit is contained in:
@@ -699,7 +699,7 @@ class _ImportComicsWidgetState extends State<_ImportComicsWidget> {
|
|||||||
subtitle: '',
|
subtitle: '',
|
||||||
tags: [],
|
tags: [],
|
||||||
directory: directory.name,
|
directory: directory.name,
|
||||||
chapters: Map.fromIterables(chapters, chapters),
|
chapters: hasChapters ? Map.fromIterables(chapters, chapters) : null,
|
||||||
cover: coverPath,
|
cover: coverPath,
|
||||||
comicType: ComicType.local,
|
comicType: ComicType.local,
|
||||||
downloadedChapters: chapters,
|
downloadedChapters: chapters,
|
||||||
|
Reference in New Issue
Block a user