forked from Wobbl/Wobuzz
Added indicator icon that shows on the currently playing track.
This commit is contained in:
parent
29cc80feae
commit
efcae74382
5 changed files with 41 additions and 10 deletions
|
@ -19,8 +19,9 @@ class GUICommunication:
|
|||
|
||||
self.settings.update_all()
|
||||
|
||||
def on_track_start(self):
|
||||
self.track_control.on_track_start()
|
||||
def on_track_change(self, previous_track=None, track=None):
|
||||
self.track_control.on_track_change(previous_track, track)
|
||||
self.app.library.on_track_change(previous_track, track)
|
||||
|
||||
def on_playstate_update(self):
|
||||
self.track_control.on_playstate_update()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue