Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV: need space after "Plex Request By" #38

Closed
hthighway opened this issue Apr 11, 2015 · 1 comment
Closed

DEV: need space after "Plex Request By" #38

hthighway opened this issue Apr 11, 2015 · 1 comment

Comments

@hthighway
Copy link
Contributor

params: {"type": "note", "title": "Plex Requests by" + puser, "body": movie}

should be:
params: {"type": "note", "title": "Plex Requests by " + puser, "body": movie}

@lokenx
Copy link
Owner

lokenx commented Apr 11, 2015

Just added that in commit 41047e6 , good eye!

@lokenx lokenx closed this as completed Apr 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants