@capgo/native-audio 6.4.13 → 6.4.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -227,6 +227,7 @@ public class NativeAudio: CAPPlugin, AVAudioPlayerDelegate {
227
227
  do {
228
228
  try stopAudio(audioId: audioId)
229
229
  self.endSession()
230
+ call.resolve()
230
231
  } catch {
231
232
  call.reject(Constant.ErrorAssetNotFound)
232
233
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-audio",
3
- "version": "6.4.13",
3
+ "version": "6.4.14",
4
4
  "description": "A native plugin for native audio engine",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",