playback: Move comment so its next to the line it applies to

This commit is contained in:
Stein Magnus Jodal 2014-09-23 18:33:24 +02:00
parent 718405421d
commit f8f06f4ec4

View File

@ -247,8 +247,8 @@ class PlaybackController(object):
if success:
self.core.tracklist.mark_playing(tl_track)
# TODO: replace with stream-changed
self.core.history.add(tl_track.track)
# TODO: replace with stream-changed
self._trigger_track_playback_started()
else:
self.core.tracklist.mark_unplayable(tl_track)