Skip to content

Commit

Permalink
Added space to PB message
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailbot committed Apr 11, 2015
1 parent 1778b39 commit 41047e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Meteor.methods({
var pbAPI = Settings.findOne({_id:"pushbulletsetting"}).api;
Meteor.http.call("POST", "https://api.pushbullet.com/v2/pushes",
{auth: pbAPI + ":",
params: {"type": "note", "title": "Plex Requests by" + puser, "body": movie}
params: {"type": "note", "title": "Plex Requests by " + puser, "body": movie}
});
}
},
Expand Down

0 comments on commit 41047e6

Please sign in to comment.