Bug fixes.
authorstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Mon, 3 Oct 2011 18:10:54 +0000 (18:10 +0000)
committerstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Mon, 3 Oct 2011 18:10:54 +0000 (18:10 +0000)
git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@65 2dec19e3-eb1d-4749-8193-008c8bba0994

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')