Fix toggling player bar and podcast playback on radio page

This commit is contained in:
drigato 2015-11-16 14:40:31 -05:00
parent 16f252c2c8
commit c453afc6f1
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@
});
//turn off player bar when podcast track is played
$("a.jp-playlist-item, .jp-play").click(function() {
$("a.jp-playlist-item, .jp-play, .podcast_play").click(function() {
if ($("#player_iframe").contents().find('.play').hasClass('pause')) {
$("#player_iframe").contents().find('.play').click();
}