ucservice 1.9.2 → 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.
@@ -13783,7 +13783,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13783
13783
  let me = this;
13784
13784
  let selView = $(me.selector + ' li.sel');
13785
13785
 
13786
- if (selView.length && me.VIDEO_DATA[selView.attr("index")].video) {
13786
+ if (selView.length && me.VIDEO_DATA[selView.attr("index")] && me.VIDEO_DATA[selView.attr("index")].video) {
13787
13787
  return me.VIDEO_DATA[selView.attr("index")];
13788
13788
  }
13789
13789
 
Binary file