Skip to content

Commit

Permalink
fixed bug with resuming from dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
xerxes2 committed May 6, 2011
1 parent 175a8b7 commit c2a32af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panucci/dbusinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ def playback_from(self, uri, seconds):

if new_file:
self.player.playlist.load(uri)
self.player.playlist.set_seek_to(seconds)
self.player.playlist.last()
self.player.playlist.set_seek_to(seconds)
elif not self.player._is_playing:
self.player.play()
#else:
Expand Down

0 comments on commit c2a32af

Please sign in to comment.