use setMedia for m4a filetype
This commit is contained in:
parent
e5318f395b
commit
bf96983edf
1 changed files with 4 additions and 0 deletions
|
@ -255,6 +255,10 @@
|
||||||
$(this).jPlayer("setMedia", {
|
$(this).jPlayer("setMedia", {
|
||||||
mp3: url
|
mp3: url
|
||||||
});
|
});
|
||||||
|
} else if (suffix == 'm4a') {
|
||||||
|
$(this).jPlayer("setMedia", {
|
||||||
|
m4a: url
|
||||||
|
});
|
||||||
}
|
}
|
||||||
if (!loadonly) { // Start playing
|
if (!loadonly) { // Start playing
|
||||||
$(this).jPlayer("play");
|
$(this).jPlayer("play");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue