mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Merge pull request #1326 from Tetram76/develop
Activate jplayer "preload" option
This commit is contained in:
commit
4c9d8fb639
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ var currentAudioElement = undefined;
|
||||||
shuffleTime: 'slow'
|
shuffleTime: 'slow'
|
||||||
},
|
},
|
||||||
swfPath: "<?php echo AmpConfig::get('web_path'); ?>/lib/vendor/happyworm/jplayer/dist/jplayer",
|
swfPath: "<?php echo AmpConfig::get('web_path'); ?>/lib/vendor/happyworm/jplayer/dist/jplayer",
|
||||||
preload: 'none',
|
preload: 'auto',
|
||||||
audioFullScreen: true,
|
audioFullScreen: true,
|
||||||
smoothPlayBar: true,
|
smoothPlayBar: true,
|
||||||
keyEnabled: true,
|
keyEnabled: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue