servicesConfig: www was unnecessary...

This commit is contained in:
wukko 2023-12-25 18:08:17 +06:00 committed by dumbmoron
parent 509d24fd87
commit 88666eeeaa
No known key found for this signature in database
GPG key ID: C59997C76C6A8E5F

View file

@ -26,7 +26,7 @@
"youtube": { "youtube": {
"alias": "youtube videos, shorts & music", "alias": "youtube videos, shorts & music",
"patterns": ["watch?v=:id", "embed/:id", "watch/:id"], "patterns": ["watch?v=:id", "embed/:id", "watch/:id"],
"subdomains": ["music", "www", "m"], "subdomains": ["music", "m"],
"bestAudio": "opus", "bestAudio": "opus",
"enabled": true "enabled": true
}, },