Renamed a field to maintain compat

This commit is contained in:
Jamie Hardt
2019-10-08 23:34:15 -07:00
parent d148ec04cb
commit 9982b45441
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ def fmp_dump(data, output):
(['R'], 'Reason', str),
(['Rq'], 'Requested by', str),
(['Spot'], 'Spot', str),
(['event_name', 'Line'], 'Line', str),
(['PT.Clip.Name', 'Line'], 'Line', str),
(['Shot'], 'Shot', str),
(['Note'], 'Note', str),
(['Mins'], 'Time Budget Mins', float),