api/service-alias: add an alias for twitch

because only clips are supported for now. vods may be supported after we implement HLS local processing
This commit is contained in:
wukko
2025-06-07 11:51:44 +06:00
parent 5cd5013de0
commit 10e6b4ec71

View File

@@ -1,5 +1,6 @@
const friendlyNames = {
bsky: "bluesky",
twitch: "twitch clips"
}
export const friendlyServiceName = (service) => {