plyr icon indicating copy to clipboard operation
plyr copied to clipboard

Exception: Cannot read property 'text' of undefined in !thumbnail.frames[0].text.startsWith('/')

Open laukstein opened this issue 5 years ago • 1 comments
trafficstars

Fails in src/js/plugins/preview-thumbnails.js:156:41 when correctly used .vtt, exception noticed on Linux Chrome v65.0.3325.

if (
  | !thumbnail.frames[0].text.startsWith('/') &&
  | !thumbnail.frames[0].text.startsWith('http://') &&
  | !thumbnail.frames[0].text.startsWith('https://')
  | ) {

grabilla em5732

laukstein avatar Jan 15 '20 06:01 laukstein

Did you figure this one out? I'm running into this now.

duncanmcclean avatar Feb 08 '22 09:02 duncanmcclean