senza-sdk 4.2.54-b3a1f15.0 → 4.2.54-c5f8bb3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +1 -1
- package/package.json +1 -1
- package/src/remotePlayer.js +2 -0
package/package.json
CHANGED
package/src/remotePlayer.js
CHANGED
|
@@ -1534,6 +1534,8 @@ class RemotePlayer extends EventTarget {
|
|
|
1534
1534
|
if (this._targetSeekPlayingState === TargetPlayingState.PLAYING_UI) {
|
|
1535
1535
|
this._play();
|
|
1536
1536
|
} else if (this._targetSeekPlayingState === TargetPlayingState.PLAYING_ABR) {
|
|
1537
|
+
// When moving back to background, we need to put the remote player back into play mode
|
|
1538
|
+
this._changePlayMode(true);
|
|
1537
1539
|
lifecycle._moveToBackground();
|
|
1538
1540
|
}
|
|
1539
1541
|
}
|