fix
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 6 Oct 2022 09:30:47 +0000 (11:30 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 6 Oct 2022 09:30:47 +0000 (11:30 +0200)
src/catalogue/fields.py

index 1efc769..56de8c6 100644 (file)
@@ -358,6 +358,10 @@ class CoverField(EbookField):
     ext = 'jpg'
     directory = 'cover'
 
+    @staticmethod
+    def transform(wldoc):
+        return wldoc.as_cover()
+
     def set_file_permissions(self, fieldfile):
         pass