@mustafaj/capacitor-plugin-playlist 0.9.6 → 0.9.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.
- package/ios/Plugin/Plugin.swift +1 -1
- package/package.json +1 -1
package/ios/Plugin/Plugin.swift
CHANGED
|
@@ -21,7 +21,7 @@ public class PlaylistPlugin: CAPPlugin, StatusUpdater {
|
|
|
21
21
|
}
|
|
22
22
|
@objc func setOptions(_ call: CAPPluginCall) {
|
|
23
23
|
// setOptions is invoked with the full payload as the options object.
|
|
24
|
-
audioPlayerImpl.setOptions(call.
|
|
24
|
+
audioPlayerImpl.setOptions(call.jsObjectRepresentation)
|
|
25
25
|
call.resolve()
|
|
26
26
|
}
|
|
27
27
|
@objc func release(_ call: CAPPluginCall) {
|
package/package.json
CHANGED