mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-01 05:27:50 +02:00
add source name in download queue (#4338)
This commit is contained in:
@ -39,6 +39,9 @@ class DownloadHolder(private val view: View, val adapter: DownloadAdapter) :
|
||||
// Update the manga title
|
||||
binding.mangaFullTitle.text = download.manga.title
|
||||
|
||||
// Update the manga source
|
||||
binding.mangaSource.text = download.source.name
|
||||
|
||||
// Update the progress bar and the number of downloaded pages
|
||||
val pages = download.pages
|
||||
if (pages == null) {
|
||||
|
Reference in New Issue
Block a user