Skip to content

Commit 925a44f

Browse files
committed
set default preload to metadata
1 parent c761753 commit 925a44f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default (options) => {
88
autoplay: false,
99
mutex: true,
1010
lrcType: options.showlrc || options.lrc || 0,
11-
preload: 'auto',
11+
preload: 'metadata',
1212
theme: '#b7daff',
1313
loop: 'all',
1414
order: 'list',

0 commit comments

Comments
 (0)