Add FIXME

This commit is contained in:
Thomas Adamcik 2010-04-07 02:03:07 +02:00
parent d806a304bc
commit 03dfde1d19

View File

@ -480,6 +480,7 @@ class BasePlaybackController(object):
elif self.next_track is None:
self.stop()
# FIXME handle in play aswell?
if self.consume:
self.backend.current_playlist.remove(original_track)