Merge pull request #3663 from ByteHamster/continuous-playback-show-new-info
Show new info if playback stopped because continuous playback is off
This commit is contained in:
commit
cbcd97f6c9
|
@ -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