def nav_prev(self): spotify_manager.run_async(lambda: spotify_manager.play_previous())
def play_previous(self): spotify_manager.play_previous() self.live_render.refresh()