Skip to content

Commit

Permalink
Fixed media_reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jminor committed Jan 12, 2018
1 parent 0ddb7ff commit 628b2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/adapters/advanced_authoring_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def _transcribe(item, parent=None, editRate=24, masterMobs=None):
if masterMobs and mobID:
masterMob = masterMobs.get(mobID)
if masterMob:
media = otio.media_reference.MissingReference()
media = otio.schema.MissingReference()
# copy the metadata from the master into the media_reference
media.metadata["AAF"] = masterMob.metadata.get("AAF", {})
result.media_reference = media
Expand Down

0 comments on commit 628b2a3

Please sign in to comment.