We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c761753 commit 925a44fCopy full SHA for 925a44f
1 file changed
src/js/options.js
@@ -8,7 +8,7 @@ export default (options) => {
8
autoplay: false,
9
mutex: true,
10
lrcType: options.showlrc || options.lrc || 0,
11
- preload: 'auto',
+ preload: 'metadata',
12
theme: '#b7daff',
13
loop: 'all',
14
order: 'list',
0 commit comments