This commit is contained in:
j 2016-06-15 14:55:45 +02:00
parent f4cbe6a114
commit a0fc6ffadc
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class DataTimeline():
def get_cut_sequences(stream):
timeline = DataTimeline(stream.timeline_prefix)
if not time.timeline_width:
if not timeline.timeline_width:
return {}
cuts = list(stream.cuts) + [stream.duration]
modes = ['color', 'shape']