From b8728ebec966b18e73acfd51210f9e0f2a2b6737 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 31 Jan 2015 17:14:33 -0800 Subject: [PATCH] Fix unmuting of videos in inline quotes. --- src/Images/ImageExpand.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Images/ImageExpand.coffee b/src/Images/ImageExpand.coffee index 6a228a48b..db7c3d737 100755 --- a/src/Images/ImageExpand.coffee +++ b/src/Images/ImageExpand.coffee @@ -28,6 +28,7 @@ ImageExpand = ImageExpand.expand @ else if @file.isExpanded and @file.isVideo + @file.fullImage.muted = !Conf['Allow Sound'] ImageExpand.setupVideo @, !@origin.file.fullImage?.paused or @origin.file.wasPlaying, @file.fullImage.controls else if ImageExpand.on and !@isHidden and !@isFetchedQuote and