api/match-action: clean up audio action

This commit is contained in:
wukko
2024-08-22 22:45:26 +06:00
parent b3d846a1e3
commit 102dec4a84
6 changed files with 31 additions and 42 deletions

View File

@@ -166,7 +166,6 @@ export const services = {
"/channels/:user/:id"
],
subdomains: ["player"],
bestAudio: "mp3",
},
vk: {
enabled: true,
@@ -185,7 +184,6 @@ export const services = {
"watch/:id"
],
subdomains: ["music", "m"],
bestAudio: "opus",
}
}