Skip to content

Commit

Permalink
[BUGFIX] Remove required encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo San Jose committed Feb 20, 2018
1 parent 1dbfa39 commit 98e5632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-photo-library",
"version": "1.1.4",
"version": "1.1.5",
"description": "\n This plugin supports saving images and videos to photo library.\n Currently support iOS only.\n ",
"cordova": {
"id": "cordova-photo-library",
Expand Down
2 changes: 1 addition & 1 deletion www/PhotoLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function PhotoLibrary() {
function setupDefaults(options) {

var defaults = {
url: encodeURI(options.url), //required
url: options.url, //required
albumName: null,
};

Expand Down

0 comments on commit 98e5632

Please sign in to comment.