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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "senza-sdk",
3
- "version": "4.2.54-b3a1f15.0",
3
+ "version": "4.2.54-c5f8bb3.0",
4
4
  "main": "./src/api.js",
5
5
  "description": "API for Senza application",
6
6
  "license": "MIT",
@@ -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
  }