Fix renamed manga delete after read
This commit is contained in:
parent
f089991e0b
commit
375455d4a6
@ -155,7 +155,7 @@ class DownloadPendingDeleter(context: Context) {
|
|||||||
* Returns a manga entry from a manga model.
|
* Returns a manga entry from a manga model.
|
||||||
*/
|
*/
|
||||||
private fun Manga.toEntry(): MangaEntry {
|
private fun Manga.toEntry(): MangaEntry {
|
||||||
return MangaEntry(id!!, url, title, source)
|
return MangaEntry(id!!, url, originalTitle, source)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user