1
0
Fork 0
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:
Afterster 2014-11-28 07:34:48 +01:00
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

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -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