🛠️ Remove redundant TODO
This commit is contained in:
parent
4a31a916bf
commit
8309af3d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class FileSystemRepositoryImpl @Inject constructor(
|
||||||
return NotNull(
|
return NotNull(
|
||||||
bookWithTextAndCover = BookWithTextAndCover(
|
bookWithTextAndCover = BookWithTextAndCover(
|
||||||
book = parsedBook.book.copy(
|
book = parsedBook.book.copy(
|
||||||
chapters = parsedText.data!!.map { it.chapter } //todo remove this and make every parser take first line as chapter title(exc epub ofc)
|
chapters = parsedText.data!!.map { it.chapter }
|
||||||
),
|
),
|
||||||
coverImage = parsedBook.coverImage,
|
coverImage = parsedBook.coverImage,
|
||||||
text = parsedText.data.map {
|
text = parsedText.data.map {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue