servicesConfig: add m subdomain support for soundcloud

This commit is contained in:
wukko 2024-03-08 15:49:01 +06:00
parent 6737e15ead
commit 40555a4716
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "cobalt",
"description": "save what you love",
"version": "7.11",
"version": "7.11.1",
"author": "wukko",
"exports": "./src/cobalt.js",
"type": "module",

View file

@ -71,7 +71,7 @@
},
"soundcloud": {
"patterns": [":author/:song/s-:accessKey", ":author/:song", ":shortLink"],
"subdomains": ["on"],
"subdomains": ["on", "m"],
"audioFormats": ["best", "opus", "mp3"],
"enabled": true
},