mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-27 02:09:22 +00:00
Added youtube support. Closes #94
This commit is contained in:
@@ -504,13 +504,13 @@ class Controller(object):
|
||||
|
||||
def seekLeft(self, *args, **kwargs):
|
||||
try:
|
||||
sound.URLPlayer.seek(-5)
|
||||
sound.URLPlayer.seek(-5000)
|
||||
except:
|
||||
output.speak("Unable to seek.",True)
|
||||
|
||||
def seekRight(self, *args, **kwargs):
|
||||
try:
|
||||
sound.URLPlayer.seek(5)
|
||||
sound.URLPlayer.seek(5000)
|
||||
except:
|
||||
output.speak("Unable to seek.",True)
|
||||
|
||||
|
Reference in New Issue
Block a user