mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01: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