mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	MangaPresenter: Always fetch chapter from source if current chapter is empty (#7507)
This commit is contained in:
		@@ -189,6 +189,8 @@ class MangaPresenter(
 | 
			
		||||
 | 
			
		||||
                    if (!manga.initialized) {
 | 
			
		||||
                        fetchAllFromSource(manualFetch = false)
 | 
			
		||||
                    } else if (chapterItems.isEmpty()) {
 | 
			
		||||
                        fetchChaptersFromSource()
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user