Repository: cordova-plugin-media Updated Branches: refs/heads/master 8ae0841d0 -> 7a401d966
add JIRA issue tracker link 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/e24e240b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/e24e240b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/e24e240b Branch: refs/heads/master Commit: e24e240b5da2cb145f4919b8d30caeb2ca448dbd Parents: 8ae0841 Author: Julien Bouquillon <[email protected]> Authored: Thu Sep 10 18:29:21 2015 +0200 Committer: Jesse MacFadyen <[email protected]> Committed: Tue Dec 1 12:37:34 2015 -0800 ---------------------------------------------------------------------- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e24e240b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 20403d3..bbf5034 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ Although in the global scope, it is not available until after the `deviceready` console.log(Media); } +:warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Media%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC) + + ## Installation cordova plugin add cordova-plugin-media @@ -515,4 +518,3 @@ function when an error occurs. - `MediaError.MEDIA_ERR_NETWORK` = 2 - `MediaError.MEDIA_ERR_DECODE` = 3 - `MediaError.MEDIA_ERR_NONE_SUPPORTED` = 4 - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
