mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Bugfix backup metadata
This commit is contained in:
		| @@ -177,6 +177,9 @@ class TaskBackupMetadata(CalibreTask): | ||||
|             for b in book.comments: | ||||
|                 description = etree.SubElement(metadata, PURL + "description", nsmap=NSMAP) | ||||
|                 description.text = b.text | ||||
|         for b in book.publishers: | ||||
|             publisher = etree.SubElement(metadata, PURL + "publisher", nsmap=NSMAP) | ||||
|             publisher.text = str(b.name) | ||||
|         if not book.languages: | ||||
|             language = etree.SubElement(metadata, PURL + "language", nsmap=NSMAP) | ||||
|             language.text = self.export_language | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ozzie Isaacs
					Ozzie Isaacs