diff options
Diffstat (limited to 'plugins/fetch.json')
| -rw-r--r-- | plugins/fetch.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 208c3793..532c8ada 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -197,20 +197,22 @@ "is_top_level": true, "variables": {} }, - "org.apache.cordova.media": { + "org.apache.cordova.file": { "source": { "type": "registry", - "id": "org.apache.cordova.media" + "id": "org.apache.cordova.file" }, - "is_top_level": true, + "is_top_level": false, "variables": {} }, - "org.apache.cordova.file": { + "org.apache.cordova.media": { "source": { - "type": "registry", - "id": "org.apache.cordova.file" + "type": "git", + "url": "https://github.com/pliablepixels/cordova-plugin-media.git", + "subdir": ".", + "ref": "playback-only" }, - "is_top_level": false, + "is_top_level": true, "variables": {} } }
\ No newline at end of file |
