Closes #150 -- Remove MP3 playability check on radio player.

This commit is contained in:
Buster Silver 2017-05-30 20:56:52 -05:00
parent a2895934bd
commit 7ad0fcb570
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@ $(function() {
setVolume(volume/100);
var can_play_mp3 = !!(player.canPlayType && player.canPlayType('audio/mpeg;').replace(/no/, ''));
if (!can_play_mp3)
console.error('This browser cannot play MP3 files directly.');
// Handle events.
$player.on('play', function(e) {