aboutsummaryrefslogtreecommitdiff
path: root/components/video.py
diff options
context:
space:
mode:
authortassaron2017-06-22 19:59:31 -0400
committertassaron2017-06-22 19:59:31 -0400
commitb21a953dda4ec54d494c813af8f687d53d3675d9 (patch)
tree035751e6895bec781c5707ae7be4e6e44ab7e157 /components/video.py
parent5c74d496a960042ed4a4279328dc81e23dfdc1d9 (diff)
bugfixes
Diffstat (limited to 'components/video.py')
-rw-r--r--components/video.py1
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")