forked from 0x2620/pandora
stream processing
This commit is contained in:
parent
0562b8c643
commit
af671dc779
6 changed files with 17 additions and 17 deletions
|
|
@ -791,7 +791,7 @@ class Item(models.Model):
|
|||
def streams(self):
|
||||
return [video.streams.filter(source=None)[0] for video in self.main_videos()]
|
||||
|
||||
def update_streams(self, force=False):
|
||||
def update_timeline(self, force=False):
|
||||
streams = self.streams()
|
||||
self.make_timeline()
|
||||
self.data['cuts'] = extract.cuts(self.timeline_prefix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue