forgot to set the loaded flag

This commit is contained in:
Rio Kierkels 2013-02-13 11:07:26 +01:00
parent f51b418ef0
commit ba12dd84bf
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ class Video(Image):
self.eos = True
def _on_load(self, *largs):
self.loaded = True
self._on_video_frame(largs)
def on_volume(self, instance, value):