Updated Branches: refs/heads/master e8b071569 -> f8b2f95e5
another capabilities fix for wp8 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/f8b2f95e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/f8b2f95e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/f8b2f95e Branch: refs/heads/master Commit: f8b2f95e5de1d7f98066f27332bf8a623f7a264d Parents: e8b0715 Author: bennmapes <[email protected]> Authored: Wed Jul 3 10:05:33 2013 -0700 Committer: bennmapes <[email protected]> Committed: Wed Jul 3 10:05:33 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/f8b2f95e/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index bf0fe58..adbe998 100644 --- a/plugin.xml +++ b/plugin.xml @@ -78,7 +78,6 @@ id="org.apache.cordova.core.AudioHandler" <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities"> <Capability Name="ID_CAP_MEDIALIB_AUDIO"/> - <Capability Name="ID_CAP_MEDIALIB_VIDEO"/> <Capability Name="ID_CAP_MEDIALIB_PLAYBACK"/> <Capability Name="ID_CAP_MICROPHONE"/> </config-file>
