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:
H. Lehmann 2019-12-01 23:02:23 +01:00 committed by GitHub
commit cbcd97f6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: