Enable thumbs in demo

This commit is contained in:
Sam Potts 2019-01-08 23:34:44 +11:00
parent 7dd7c13065
commit cd9cbfbd1e

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