mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +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'
|
||||
},
|
||||
swfPath: "<?php echo AmpConfig::get('web_path'); ?>/lib/vendor/happyworm/jplayer/dist/jplayer",
|
||||
preload: 'none',
|
||||
preload: 'auto',
|
||||
audioFullScreen: true,
|
||||
smoothPlayBar: true,
|
||||
keyEnabled: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue