set default preload to metadata

This commit is contained in:
DIYgod 2018-06-15 15:07:01 +08:00
parent c761753a0b
commit 925a44f0d1
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export default (options) => {
autoplay: false,
mutex: true,
lrcType: options.showlrc || options.lrc || 0,
preload: 'auto',
preload: 'metadata',
theme: '#b7daff',
loop: 'all',
order: 'list',