Fix auto play next for frodo.
authorstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Sat, 5 Jan 2013 13:04:04 +0000 (13:04 +0000)
committerstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Sat, 5 Jan 2013 13:04:04 +0000 (13:04 +0000)
git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@82 2dec19e3-eb1d-4749-8193-008c8bba0994

default.py

index 3a5551c..62d8938 100644 (file)
@@ -480,7 +480,6 @@ class Grooveshark:
     def playSong(self, item):
         global playTimer
         global player
-        player.stop()
         if item != None:
             # Get stream as it could have expired
             item.select(True)