From 6fe6ef7b2046452d4fe9fe649e9dcd997fe7fa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Je=C5=BEek?= Date: Tue, 20 Aug 2024 13:39:29 +0200 Subject: [PATCH] Update client/ayon_traypublisher/plugins/create/create_editorial.py --- client/ayon_traypublisher/plugins/create/create_editorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_traypublisher/plugins/create/create_editorial.py b/client/ayon_traypublisher/plugins/create/create_editorial.py index b8946a0..1be0140 100644 --- a/client/ayon_traypublisher/plugins/create/create_editorial.py +++ b/client/ayon_traypublisher/plugins/create/create_editorial.py @@ -351,7 +351,7 @@ def _get_clip_instances( product_type_presets (list): list of dict settings product presets """ - tracks = otio_timeline.video_tracks + tracks = otio_timeline.video_tracks() # media data for audio stream and reference solving media_data = self._get_media_source_metadata(media_path)