Fixed issue preventing Chromecast from advancing to the next song

This commit is contained in:
Sumner Evans
2020-08-24 08:16:24 -06:00
parent 73737b97d8
commit 50ef8b7428

View File

@@ -681,7 +681,7 @@ class SublimeMusicApp(Gtk.Application):
self.app_config.state.current_song_index = song_index_to_play
self.app_config.state.song_progress = timedelta(0)
if self.player_manager.playing:
if self.app_config.state.playing:
self.play_song(song_index_to_play, reset=True)
else:
self.update_window()