[12] fix uploading themes

pull/811/head
meisnate12 3 years ago
parent 557a1da829
commit 7db7a44e4c

@ -1 +1 @@
1.16.2-develop11 1.16.2-develop12

@ -2520,9 +2520,9 @@ class CollectionBuilder:
self.library.upload_images(self.obj, poster=self.collection_poster, background=self.collection_background) self.library.upload_images(self.obj, poster=self.collection_poster, background=self.collection_background)
if self.url_theme: if self.url_theme:
self.library.upload_theme(url=self.url_theme) self.library.upload_theme(self.obj, url=self.url_theme)
elif self.file_theme: elif self.file_theme:
self.library.upload_theme(filepath=self.file_theme) self.library.upload_theme(self.obj, filepath=self.file_theme)
def sort_collection(self): def sort_collection(self):
logger.info("") logger.info("")

Loading…
Cancel
Save