API /songs endpoint generates incorrect URL [Fixed]

For example,

{"artist":"Adele","song":"Someone Like You","section":"Chorus","url":"http://www.hooktheory.com/theorytab/view/adele-slash-someone-like-you-slash-chorus"}

Here in the URL

http://www.hooktheory.com/theorytab/view/adele-slash-someone-like-you-slash-chorus
http://www.hooktheory.com/theorytab/view/adele/someone-like-you

The section name is appended to the song title and the slash character becomes the literal -slash- string in the URL.

@HertzDevil, this has been fixed. Thanks for the bug report.