cbcoding / RadioEnhancer

Adds many new features to Pandora's new HTML5 interface.
http://cbcoding.com
7 stars 11 forks source link

Song info data to notification window should be re-done. #18

Closed zephster closed 12 years ago

zephster commented 12 years ago

Right now, it uses simple URL parameters to pass song info to the notification window. This can cause an issue where song, artist, or album names are cut off if they contain an ampersand character.

Besides, I think we can figure out a better way to do it in general.

zephster commented 12 years ago

Fixed. No longer uses URL params.