playback: Move comment so its next to the line it applies to
This commit is contained in:
parent
718405421d
commit
f8f06f4ec4
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user