Show new info if playback stopped because continuous playback is off

This commit is contained in:
ByteHamster 2019-12-01 19:34:39 +01:00
parent 90f578aa48
commit 4b0f6fb22a
1 changed files with 1 additions and 0 deletions

View File

@ -712,6 +712,7 @@ public class PlaybackService extends MediaBrowserServiceCompat {
case INITIALIZED:
PlaybackPreferences.writeMediaPlaying(mediaPlayer.getPSMPInfo().playable,
mediaPlayer.getPSMPInfo().playerStatus, mediaPlayer.isStreaming());
setupNotification(newInfo);
break;
case PREPARED: