Resume playback does not work when streaming after data connection drops (#6272)

This commit is contained in:
GitStart 2023-02-24 19:08:57 +01:00 committed by GitHub
parent 59253db2e4
commit 658c47f7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -904,7 +904,6 @@ public class PlaybackService extends MediaBrowserServiceCompat {
if (mediaPlayer.getPlayerStatus() == PlayerStatus.PLAYING) {
mediaPlayer.pause(true, false);
}
PlaybackPreferences.writeNoMediaPlaying();
stateManager.stopService();
}