chore: revert customControls default option (to prevent breaking change)

This commit is contained in:
Sam Potts
2020-11-14 13:22:05 +11:00
parent 31861bd475
commit 2d4686a5f3
2 changed files with 2 additions and 6 deletions

View File

@ -62,13 +62,9 @@ import toggleClass from './toggle-class';
src: ['https://cdn.plyr.io/static/demo/thumbs/100p.vtt', 'https://cdn.plyr.io/static/demo/thumbs/240p.vtt'],
},
vimeo: {
customControls: true,
// Prevent Vimeo blocking plyr.io demo site
referrerPolicy: 'no-referrer',
},
youtube: {
customControls: true,
},
});
// Expose for tinkering in the console