Skip to content

Commit

Permalink
change default preload to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jun 13, 2018
1 parent 071c01c commit dd2ebcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default (options) => {
lang: (navigator.language || navigator.browserLanguage).toLowerCase(),
screenshot: false,
hotkey: true,
preload: 'auto',
preload: 'metadata',
volume: 0.7,
apiBackend: defaultApiBackend,
video: {},
Expand Down

0 comments on commit dd2ebcf

Please sign in to comment.