Skip to content

Commit

Permalink
Adjust audio track names.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Nov 27, 2024
1 parent c778376 commit 29eb376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_flame/otio/flame_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ def create_otio_timeline(sequence):
continue

otio_track = create_otio_track(
"audio", str(audio_track.name)[1:-1])
"audio", audio_track.name or "unnamed")

segments = _get_segments_from_track(audio_channel)
log.debug("_ segments: %s", pformat(segments))
Expand Down

0 comments on commit 29eb376

Please sign in to comment.