diff --git a/smarttubetv/src/main/java/com/liskovsoft/smartyoutubetv2/tv/ui/widgets/complexcardview/ComplexImageView.java b/smarttubetv/src/main/java/com/liskovsoft/smartyoutubetv2/tv/ui/widgets/complexcardview/ComplexImageView.java index df77aa3fe..a096632e7 100644 --- a/smarttubetv/src/main/java/com/liskovsoft/smartyoutubetv2/tv/ui/widgets/complexcardview/ComplexImageView.java +++ b/smarttubetv/src/main/java/com/liskovsoft/smartyoutubetv2/tv/ui/widgets/complexcardview/ComplexImageView.java @@ -209,6 +209,7 @@ public class ComplexImageView extends RelativeLayout { mPreviewContainer.removeView(mPreviewPlayer); } else { EmbedPlayerView epv = mPreviewPlayer; + epv.setMute(true); Utils.postDelayed(() -> { epv.finish(); mPreviewContainer.removeView(epv);