Fix renamed manga delete after read
This commit is contained in:
parent
f089991e0b
commit
375455d4a6
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ class DownloadPendingDeleter(context: Context) {
|
|||
* Returns a manga entry from a manga model.
|
||||
*/
|
||||
private fun Manga.toEntry(): MangaEntry {
|
||||
return MangaEntry(id!!, url, title, source)
|
||||
return MangaEntry(id!!, url, originalTitle, source)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue