Merge branch 'develop' of github.com:sampotts/plyr into develop

This commit is contained in:
Sam Potts
2019-01-14 00:34:12 +11:00
4 changed files with 331 additions and 354 deletions

View File

@ -78,6 +78,13 @@ import Raven from 'raven-js';
enabled: env.prod || env.dev,
publisherId: '918848828995742',
},
previewThumbnails: {
enabled: true,
src: [
'https://cdn.plyr.io/static/demo/thumbs/100p.vtt',
'https://cdn.plyr.io/static/demo/thumbs/240p.vtt',
],
},
});
// Expose for tinkering in the console