From ead54c6e92180ed154050213a976352ab27f404d Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 15 Jul 2019 23:25:58 -0700 Subject: [PATCH] Update `Replace WEBM` description to indicate that it also affects MP4s. --- src/config/Config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.coffee b/src/config/Config.coffee index 8d91408bd..2e538533a 100644 --- a/src/config/Config.coffee +++ b/src/config/Config.coffee @@ -257,7 +257,7 @@ Config = ] 'Replace WEBM': [ false - 'Replace webm thumbnails with the actual webm video. Probably will degrade browser performance ;)' + 'Replace webm and mp4 thumbnails with the actual video. Probably will degrade browser performance ;)' ] 'Image Prefetching': [ false