ucservice 1.6.7 → 1.6.8

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.
@@ -14040,6 +14040,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14040
14040
  src.removeClass('screen-' + (srcIndex + 1)).addClass('screen-' + (targetIndex + 1));
14041
14041
  target.attr('index', srcIndex);
14042
14042
  src.attr('index', targetIndex);
14043
+ src.children('#frame-decoded-' + (srcIndex + 1)).attr('id', '#frame-decoded-' + (targetIndex + 1));
14044
+ target.children('#frame-decoded-' + (targetIndex + 1)).attr('id', '#frame-decoded-' + (srcIndex + 1));
14043
14045
  let videoData = me.VIDEO_DATA;
14044
14046
 
14045
14047
  if (srcIndex > targetIndex) {
Binary file