@mustafaj/capacitor-plugin-playlist 0.9.2 → 0.9.3

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.
@@ -356,12 +356,7 @@ public class PlaylistPlugin : Plugin(), OnStatusReportListener {
356
356
  val seekPosition =
357
357
  (call.getFloat("position", position / 1000.0f)!! * 1000.0f).toLong()
358
358
 
359
- val isPlaying: Boolean? =
360
- audioPlayerImpl!!.playlistManager.playlistHandler?.currentMediaPlayer?.isPlaying
361
359
  audioPlayerImpl!!.playlistManager.playlistHandler?.seek(seekPosition)
362
- if (isPlaying === null || !isPlaying) {
363
- audioPlayerImpl!!.playlistManager.playlistHandler?.pause(false)
364
- }
365
360
 
366
361
  call.resolve()
367
362
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mustafaj/capacitor-plugin-playlist",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "Capacitor audio playlist plugin with Android, iOS, and web support",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",