Typo fix.

This commit is contained in:
Bill Dengler 2015-05-13 17:32:59 -04:00
parent 71a061d13c
commit 9ddc74d640

View File

@ -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: