Pārlūkot izejas kodu

Fixes undefined error.

j8
damencho 9 gadus atpakaļ
vecāks
revīzija
809f68104d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js Parādīt failu

@@ -991,7 +991,7 @@ var VideoLayout = {
991 991
                     // change the avatar url on large
992 992
                     largeVideo.updateAvatar(Avatar.getThumbUrl(smallVideo.id));
993 993
                     // show the avatar on large if needed
994
-                    largeVideo.showAvatar(show);
994
+                    largeVideo.showAvatar(smallVideo.stream.isMuted());
995 995
                 });
996 996
 
997 997
         } else if (currentId) {

Notiek ielāde…
Atcelt
Saglabāt