Bug fixes.
[clinton/xbmc-groove.git] / default.py
index a98dc09..7e6b392 100644 (file)
@@ -480,6 +480,7 @@ class Grooveshark:
     def playSong(self, item):
         global playTimer
         global player
+        player.stop()
         if item != None:
             url = ''
             songid = item.getProperty('songid')