Fix toggling player bar and podcast playback on radio page
This commit is contained in:
parent
16f252c2c8
commit
c453afc6f1
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue