capacitor-plugin-playlist 0.1.15 → 0.1.16
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.m +1 -1
- package/package.json +1 -1
package/ios/Plugin/Plugin.m
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
// Define the plugin using the CAP_PLUGIN Macro, and
|
|
5
5
|
// each method the plugin supports using the CAP_PLUGIN_METHOD macro.
|
|
6
|
-
CAP_PLUGIN(PlaylistPlugin, "
|
|
6
|
+
CAP_PLUGIN(PlaylistPlugin, "Playlist",
|
|
7
7
|
CAP_PLUGIN_METHOD(setOptions, CAPPluginReturnPromise);
|
|
8
8
|
CAP_PLUGIN_METHOD(initialize, CAPPluginReturnPromise);
|
|
9
9
|
CAP_PLUGIN_METHOD(release, CAPPluginReturnPromise);
|