mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Initialize manga when importing them
This commit is contained in:
		@@ -167,6 +167,7 @@ class GalleryAdder {
 | 
			
		||||
            val newManga = sourceObj.fetchMangaDetails(manga).toBlocking().first()
 | 
			
		||||
            manga.copyFrom(newManga)
 | 
			
		||||
            manga.title = newManga.title //Forcibly copy title as copyFrom does not copy title
 | 
			
		||||
            manga.initialized = true
 | 
			
		||||
 | 
			
		||||
            if (fav) manga.favorite = true
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user