diff --git a/www/js/ui.js b/www/js/ui.js index f8b6d84a..f0fe47bf 100644 --- a/www/js/ui.js +++ b/www/js/ui.js @@ -494,7 +494,7 @@ $("#shuffleplaylist").click(function() { /* load channel */ var loc = document.location+""; -var m = loc.match(/\/r\/([a-zA-Z0-9-_#]+)$/); +var m = loc.match(/\/r\/([a-zA-Z0-9-_]+)/); if(m) { CHANNEL.name = m[1]; if (CHANNEL.name.indexOf("#") !== -1) {