@capgo/capacitor-media-session 7.0.0 → 7.0.7

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.
@@ -84,8 +84,8 @@ public class MediaSessionPlugin extends Plugin {
84
84
  }
85
85
 
86
86
  @Override
87
- protected void handleAppStop() {
88
- super.handleAppStop();
87
+ protected void handleOnStop() {
88
+ super.handleOnStop();
89
89
 
90
90
  if (startServiceOnlyDuringPlayback && service != null && !isPlaybackActive()) {
91
91
  stopMediaService();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-media-session",
3
- "version": "7.0.0",
3
+ "version": "7.0.7",
4
4
  "description": "Capacitor plugin to expose media session controls of the device",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",