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

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