diff options
| author | tassaron | 2017-06-22 19:59:31 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-22 19:59:31 -0400 |
| commit | b21a953dda4ec54d494c813af8f687d53d3675d9 (patch) | |
| tree | 035751e6895bec781c5707ae7be4e6e44ab7e157 /components/video.py | |
| parent | 5c74d496a960042ed4a4279328dc81e23dfdc1d9 (diff) | |
bugfixes
Diffstat (limited to 'components/video.py')
| -rw-r--r-- | components/video.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/video.py b/components/video.py index dd385b4..66c98ce 100644 --- a/components/video.py +++ b/components/video.py @@ -227,6 +227,7 @@ class Component(__base__.Component): if os.path.splitext(arg)[1] in self.core.videoFormats: self.videoPath = arg self.scale = 100 + self.loopVideo = True return True else: print("Not a supported video format") |
