From a126bb33420ae2a1496e8e86e0c72c3fce11b174 Mon Sep 17 00:00:00 2001 From: Steven Brown Date: Thu, 12 Oct 2017 16:31:07 +1300 Subject: [PATCH] added length hopefully --- video_centre.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_centre.py b/video_centre.py index ba76e92..baaab19 100644 --- a/video_centre.py +++ b/video_centre.py @@ -142,7 +142,7 @@ class video_player(object): def get_context_for_this_player(self): next_context = data_centre.get_next_context() self.location = next_context['location'] - self.length = next_context['location'] + self.length = next_context['length'] self.start = next_context['start'] self.end = next_context['end'] self.video_name = next_context['name']