This commit is contained in:
Jakub Ježek 2025-12-19 11:17:42 +01:00 committed by GitHub
commit f7c5988766
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -279,6 +279,12 @@ class ExtractOIIOTranscode(publish.Extractor):
if "delete" in tags and "thumbnail" not in tags:
instance.data["representations"].remove(repre)
if (
added_review
and "review" not in instance.data["families"]
):
instance.data["families"].append("review")
instance.data["representations"].extend(new_representations)
def _rename_in_representation(self, new_repre, files_to_convert,