Merge pull request #1893 from Zen-CODE/videoplayer_fix

VideoPlayer not responding to source change
This commit is contained in:
akshayaurora 2014-02-17 07:43:06 +05:30
commit 31990c5a0b
1 changed files with 2 additions and 0 deletions

View File

@ -480,6 +480,8 @@ class VideoPlayer(GridLayout):
if self._video is not None:
self._video.unload()
self._video = None
if value:
self._trigger_video_load()
def _load_thumbnail(self):
if not self.container: