forked from 0x2620/pandora
typo
This commit is contained in:
parent
f4cbe6a114
commit
a0fc6ffadc
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class DataTimeline():
|
||||||
|
|
||||||
def get_cut_sequences(stream):
|
def get_cut_sequences(stream):
|
||||||
timeline = DataTimeline(stream.timeline_prefix)
|
timeline = DataTimeline(stream.timeline_prefix)
|
||||||
if not time.timeline_width:
|
if not timeline.timeline_width:
|
||||||
return {}
|
return {}
|
||||||
cuts = list(stream.cuts) + [stream.duration]
|
cuts = list(stream.cuts) + [stream.duration]
|
||||||
modes = ['color', 'shape']
|
modes = ['color', 'shape']
|
||||||
|
|
Loading…
Reference in a new issue