capacitor-plugin-playlist 0.1.7 → 0.1.8
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.
|
@@ -9,7 +9,7 @@ import org.json.JSONArray
|
|
|
9
9
|
import org.json.JSONObject
|
|
10
10
|
import java.util.*
|
|
11
11
|
|
|
12
|
-
@CapacitorPlugin
|
|
12
|
+
@CapacitorPlugin(name = "Playlist")
|
|
13
13
|
class PlaylistPlugin : Plugin(), OnStatusReportListener {
|
|
14
14
|
var TAG = "RmxAudioPlayer"
|
|
15
15
|
private var statusCallback: OnStatusCallback? = null
|
|
@@ -361,4 +361,4 @@ class PlaylistPlugin : Plugin(), OnStatusReportListener {
|
|
|
361
361
|
fun emit(name: String, data: JSObject) {
|
|
362
362
|
this.notifyListeners(name, data)
|
|
363
363
|
}
|
|
364
|
-
}
|
|
364
|
+
}
|