mp4 support
This commit is contained in:
parent
c53ddb0eee
commit
ccca94e8ba
1 changed files with 4 additions and 0 deletions
|
@ -252,6 +252,10 @@
|
|||
$(this).jPlayer("setMedia", {
|
||||
oga: url
|
||||
});
|
||||
} else if (suffix == 'm4a') {
|
||||
$(this).jPlayer("setMedia", {
|
||||
m4a: url
|
||||
});
|
||||
} else if (suffix == 'mp3') {
|
||||
$(this).jPlayer("setMedia", {
|
||||
mp3: url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue