set default preload to metadata
This commit is contained in:
parent
c761753a0b
commit
925a44f0d1
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue