From 9ddc74d640d4c32e538a952ca8debd63f3b3724d Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Wed, 13 May 2015 17:32:59 -0400 Subject: [PATCH] Typo fix. --- src/controller/buffersController.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/buffersController.py b/src/controller/buffersController.py index 31404c62..da32ef2d 100644 --- a/src/controller/buffersController.py +++ b/src/controller/buffersController.py @@ -448,7 +448,7 @@ class baseBufferController(bufferController): url=urls_list.get_string() if hasattr(urls_list, "destroy"): urls_list.destroy() if url != None: - if hasattr(self.URLPlayer,'stream'): + if hasattr(sound.URLPlayer,'stream'): return sound.URLPlayer.stop_audio() output.speak("Opening media...",True) if sound.URLPlayer.is_playable(url=url,play=True) == False: