mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Add date_upload to toDbChapter() (#7297)
				
					
				
			This commit is contained in:
		@@ -71,6 +71,7 @@ fun Chapter.toDbChapter(): DbChapter = DbChapter.create().also {
 | 
			
		||||
    it.bookmark = bookmark
 | 
			
		||||
    it.last_page_read = lastPageRead.toInt()
 | 
			
		||||
    it.date_fetch = dateFetch
 | 
			
		||||
    it.date_upload = dateUpload
 | 
			
		||||
    it.chapter_number = chapterNumber
 | 
			
		||||
    it.source_order = sourceOrder.toInt()
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user