From bd0c1893a25c56c094875460dbba20c3c8907173 Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Tue, 9 Jun 2015 22:19:47 -0700 Subject: [PATCH] Fix bug with hello_video player getting unexpected volume parameter. --- Adafruit_Video_Looper/hello_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_Video_Looper/hello_video.py b/Adafruit_Video_Looper/hello_video.py index c35f6a7..de1cd3f 100644 --- a/Adafruit_Video_Looper/hello_video.py +++ b/Adafruit_Video_Looper/hello_video.py @@ -24,7 +24,7 @@ class HelloVideoPlayer(object): """Return list of supported file extensions.""" return self._extensions - def play(self, movie, loop=False): + def play(self, movie, loop=False, **kwargs): """Play the provided movied file, optionally looping it repeatedly.""" self.stop(3) # Up to 3 second delay to let the old player stop. # Assemble list of arguments.