1
0
Fork 0
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:
Afterster 2016-07-12 07:21:46 +02:00 committed by GitHub
commit 4c9d8fb639

View file

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