From 88666eeeaa546c9a85661b61c3443d5b5fc3d2fd Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 25 Dec 2023 18:08:17 +0600 Subject: [PATCH] servicesConfig: www was unnecessary... --- src/modules/processing/servicesConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json index 9d296114..1ac431e6 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -26,7 +26,7 @@ "youtube": { "alias": "youtube videos, shorts & music", "patterns": ["watch?v=:id", "embed/:id", "watch/:id"], - "subdomains": ["music", "www", "m"], + "subdomains": ["music", "m"], "bestAudio": "opus", "enabled": true },