refresh the main screens track in one more case

This commit is contained in:
tibbi 2020-10-11 23:24:35 +02:00
parent b5a0dab17f
commit 16e033ed6c

View file

@ -509,6 +509,8 @@ class MainActivity : SimpleActivity(), MainActivityInterface {
if (wasInitialPlaylistSet) {
getCurrentFragment()?.songChangedEvent(event.track)
}
updateCurrentTrackBar()
}
@Subscribe(threadMode = ThreadMode.MAIN)