Skip to content

Commit

Permalink
fixed the jplayer loading issue for audio file + version file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
smntb committed Jun 25, 2020
1 parent dce03b7 commit 0344642
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1 +1 @@
3.8.1
3.8.2
4 changes: 4 additions & 0 deletions tmpl/player_other.tmpl.php
Expand Up @@ -20,6 +20,10 @@
if ($mediaFormat == 'mp4') {
$mediaFormat = "m4v";
}
else if($mediaFormat =='mpga'){
$mediaFormat = "mp3";
}

?>

<div class="centered" style="<?php echo $customWidth; ?>">
Expand Down

0 comments on commit 0344642

Please sign in to comment.