mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-06 00:10:02 +00:00
servicesConfig: add m subdomain support for soundcloud
This commit is contained in:
parent
6737e15ead
commit
40555a4716
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
},
|
||||
"soundcloud": {
|
||||
"patterns": [":author/:song/s-:accessKey", ":author/:song", ":shortLink"],
|
||||
"subdomains": ["on"],
|
||||
"subdomains": ["on", "m"],
|
||||
"audioFormats": ["best", "opus", "mp3"],
|
||||
"enabled": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue