From 44c380136f9a274792af7fa3142b8fd9b3ed49ad Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 17 Nov 2021 05:16:53 +0600 Subject: [PATCH] fix val err --- src/technologies/s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index afc4df064..930430c08 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -2999,7 +2999,7 @@ ], "description": "SoundCloud widget gives you the ability to upload, manage and share tracks.", "icon": "SoundCloud.svg", - "dom:": "iframe[src*='.soundcloud.com/'], img[src*='.sndcdn.com/']", + "dom": "iframe[src*='.soundcloud.com/'], img[src*='.sndcdn.com/']", "js": { "SC.Widget.Events.PLAY": "" },