Show new info if playback stopped because continuous playback is off
This commit is contained in:
parent
90f578aa48
commit
4b0f6fb22a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue