figadore / radio-presets-widget

android app for radio presets widget
2 stars 2 forks source link

Fix issues with ' in metadata #91

Closed wishie closed 6 years ago

wishie commented 6 years ago

Fixes an issue that causes things to break if the Artist or Title in StreamTitle contain an apostrophe ('). Removes the complicated regular expression, and replaces it with a more simple method.