From 0d116038a60876045aa1f5a412836363697f1919 Mon Sep 17 00:00:00 2001 From: TheColorman Date: Sun, 18 Jun 2023 15:32:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Updated=20uploading=20notificati?= =?UTF-8?q?on=20to=20match=20current=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- videoclip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videoclip.lua b/videoclip.lua index 60d3ea7..374276c 100644 --- a/videoclip.lua +++ b/videoclip.lua @@ -453,7 +453,7 @@ function main_menu:upload_litterbox() encoder.create_clip('video', function(outfile) - notify("Uploading to litterbox.catbox.moe...", "info", 9999) + notify("Uploading to " .. (config.litterbox and "litterbox.catbox.moe..." or "catbox.moe..."), "info", 9999) if os_type == 'windows' then -- This uses cURL to send a request to the cat-/litterbox API.