From 54ff33c67a991ee60e8ca898196202b3573e3c59 Mon Sep 17 00:00:00 2001 From: Rohan Kishore <109947257+rohankishore@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:57:56 +0530 Subject: [PATCH] #4 add option to choose default subtitle format --- youtility/resources/misc/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtility/resources/misc/config.json b/youtility/resources/misc/config.json index 367164c..2dc4273 100644 --- a/youtility/resources/misc/config.json +++ b/youtility/resources/misc/config.json @@ -1 +1 @@ -{"theme": "#c69ef7"} +{"theme": "#c69ef7", "def_sub_format": "SRT"}