mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
.gitignore update
This commit is contained in:
@@ -74,6 +74,9 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
|
||||
except:
|
||||
traceback.print_exc()
|
||||
|
||||
def track_playback_ended(self, tl_track, time_position):
|
||||
self.screen_manager.track_playback_ended(tl_track, time_position)
|
||||
|
||||
def options_changed(self):
|
||||
try:
|
||||
self.screen_manager.options_changed()
|
||||
|
||||
Reference in New Issue
Block a user