From 2f3efa96a4ea87b6318e7f1ff0b9ea24c008a471 Mon Sep 17 00:00:00 2001 From: flavjyk4 <156455420+flavjyk4@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:13:49 +0000 Subject: [PATCH] apple music: add embed link support --- 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 a87fa1c4..4583ecd7 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -134,7 +134,7 @@ "apple": { "alias": "apple music", "patterns": [":country/album/:albumname/:id"], - "subdomains": ["music"], + "subdomains": ["music", "embed.music"], "enabled": true }, "facebook": {