Resume playback does not work when streaming after data connection drops (#6272)
This commit is contained in:
parent
59253db2e4
commit
658c47f7a7
|
@ -904,7 +904,6 @@ public class PlaybackService extends MediaBrowserServiceCompat {
|
|||
if (mediaPlayer.getPlayerStatus() == PlayerStatus.PLAYING) {
|
||||
mediaPlayer.pause(true, false);
|
||||
}
|
||||
PlaybackPreferences.writeNoMediaPlaying();
|
||||
stateManager.stopService();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue