diff options
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") |
