mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 13:46:07 -04:00
More code changes. This is a big mess right now. Will clean this up.
This commit is contained in:
@@ -448,6 +448,7 @@ class baseBufferController(bufferController):
|
||||
url=urls_list.get_string()
|
||||
if hasattr(urls_list, "destroy"): urls_list.destroy()
|
||||
if url != None:
|
||||
sound.URLPlayer.stop_audio()
|
||||
if sound.URLPlayer.is_playable(url=url,play=True) == False:
|
||||
return self.url(url)
|
||||
elif utils.is_geocoded(tweet):
|
||||
|
Reference in New Issue
Block a user