ucservice 1.9.1 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13774,7 +13774,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13774
13774
  let me = this;
13775
13775
  let selView = $(me.selector + ' li.sel');
13776
13776
 
13777
- if (selView.length && me.VIDEO_DATA[selView.attr("index")].video) {
13777
+ if (selView.length && me.VIDEO_DATA[selView.attr("index")] && me.VIDEO_DATA[selView.attr("index")].video) {
13778
13778
  return me.VIDEO_DATA[selView.attr("index")];
13779
13779
  }
13780
13780
 
Binary file