Don't filter sources for audio-only

このコミットが含まれているのは:
Omar Roth 2018-04-11 17:24:50 -05:00
コミット 99d299d62a
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -103,6 +103,7 @@ function toggle_comments(target) {
}
};
<% if !listen %>
var currentSources = player.currentSources();
for ( var i = 0; i < currentSources.length; i++ ) {
if (player.canPlayType(currentSources[i]["type"].split(";")[0]) === "") {
@ -112,6 +113,7 @@ for ( var i = 0; i < currentSources.length; i++ ) {
}
player.src(currentSources);
<% end %>
</script>
<div class="h-box">