More code changes. This is a big mess right now. Will clean this up.

This commit is contained in:
Bill Dengler
2015-05-13 13:36:28 -04:00
parent 74f0e8ba50
commit 2a8868f096
3 changed files with 2 additions and 2 deletions

View File

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