Skip to content

Commit

Permalink
set mp3
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramComputer committed Jan 10, 2024
1 parent 8738bbb commit c2a5476
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/session_utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -4163,9 +4163,9 @@ function addjPlayerMedia () {
media_obj['mp4'] = MEDIA;
} else if (ext == 'webm') {
media_obj['webma'] = media_obj['webmv'] = MEDIA;
} else {
media_obj['mp3'] = MEDIA;
}
}
media_obj['mp3'] = MEDIA;

$(this)
.jPlayer("setMedia", media_obj)
.jPlayer("pause", MEDIA_OFFSET);
Expand Down

0 comments on commit c2a5476

Please sign in to comment.