mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
Move to jPlayer 2.9.0
This commit is contained in:
parent
fd44327198
commit
964b35a004
5 changed files with 8 additions and 48 deletions
Binary file not shown.
File diff suppressed because one or more lines are too long
17
modules/jquery-jplayer/jquery.jplayer.min.js
vendored
17
modules/jquery-jplayer/jquery.jplayer.min.js
vendored
File diff suppressed because one or more lines are too long
BIN
modules/jquery-jplayer/jquery.jplayer.swf
Normal file
BIN
modules/jquery-jplayer/jquery.jplayer.swf
Normal file
Binary file not shown.
|
@ -58,6 +58,9 @@ $supplied = WebPlayer::get_supplied_types($playlist);
|
||||||
oggSupport: false,
|
oggSupport: false,
|
||||||
supplied: "<?php echo implode(", ", $supplied); ?>",
|
supplied: "<?php echo implode(", ", $supplied); ?>",
|
||||||
volume: jp_volume,
|
volume: jp_volume,
|
||||||
|
<?php if (AmpConfig::get('webplayer_aurora')) { ?>
|
||||||
|
auroraFormats: 'flac, m4a, mp3, oga, wav',
|
||||||
|
<?php } ?>
|
||||||
<?php if (!$is_share) { ?>
|
<?php if (!$is_share) { ?>
|
||||||
size: {
|
size: {
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue