From 03446428bb4eb36eafb73988193cc7980ed44d7c Mon Sep 17 00:00:00 2001 From: Nouman Tayyab Date: Thu, 25 Jun 2020 11:30:59 +0500 Subject: [PATCH] fixed the jplayer loading issue for audio file + version file updated --- VERSION.txt | 2 +- tmpl/player_other.tmpl.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VERSION.txt b/VERSION.txt index f280719..a08ffae 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -3.8.1 +3.8.2 diff --git a/tmpl/player_other.tmpl.php b/tmpl/player_other.tmpl.php index 50183c3..34e5ba4 100644 --- a/tmpl/player_other.tmpl.php +++ b/tmpl/player_other.tmpl.php @@ -20,6 +20,10 @@ if ($mediaFormat == 'mp4') { $mediaFormat = "m4v"; } +else if($mediaFormat =='mpga'){ + $mediaFormat = "mp3"; +} + ?>