|
|
|
|
|
|
480
|
var videoThumb = videoSel[0];
|
480
|
var videoThumb = videoSel[0];
|
|
481
|
// It is not always the case that a videoThumb exists (if there is
|
481
|
// It is not always the case that a videoThumb exists (if there is
|
|
482
|
// no actual video).
|
482
|
// no actual video).
|
|
483
|
- // FIXME: checking on .src will not work with Temasys plugin
|
|
|
|
484
|
- if (videoThumb.src && videoThumb.src !== '') {
|
|
|
|
|
|
483
|
+ if (RTC.getVideoSrc(videoThumb)) {
|
|
485
|
|
484
|
|
|
486
|
// We have a video src, great! Let's update the large video
|
485
|
// We have a video src, great! Let's update the large video
|
|
487
|
// now.
|
486
|
// now.
|