mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Fix bug with update lib and parse chapters (#1927)
* Fix bug with update lib and parse chapters * Fix else condition
This commit is contained in:
		@@ -51,7 +51,12 @@ fun syncChaptersWithSource(db: DatabaseHelper,
 | 
			
		||||
            toAdd.add(sourceChapter)
 | 
			
		||||
        } else {
 | 
			
		||||
            //this forces metadata update for the main viewable things in the chapter list
 | 
			
		||||
            if (source is HttpSource) {
 | 
			
		||||
                source.prepareNewChapter(sourceChapter, manga)
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            ChapterRecognition.parseChapterNumber(sourceChapter, manga)
 | 
			
		||||
 | 
			
		||||
            if (shouldUpdateDbChapter(dbChapter, sourceChapter)) {
 | 
			
		||||
                dbChapter.scanlator = sourceChapter.scanlator
 | 
			
		||||
                dbChapter.name = sourceChapter.name
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user