From 55eb58b8b8dfe527520437d062ee4b83d8a66eee Mon Sep 17 00:00:00 2001 From: hensm Date: Sat, 11 Feb 2023 15:11:10 +0000 Subject: [PATCH] Add YouTube Music to known apps list --- ext/src/cast/knownApps.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/src/cast/knownApps.ts b/ext/src/cast/knownApps.ts index 0f6c2ef..61db3de 100644 --- a/ext/src/cast/knownApps.ts +++ b/ext/src/cast/knownApps.ts @@ -15,6 +15,10 @@ export default { // Web-supported "CA5E8412": { name: "Netflix", matches: "https://www.netflix.com/*" }, "233637DE": { name: "YouTube", matches: "https://www.youtube.com/*" }, + "2DB7CC49": { + name: "YouTube Music", + matches: "https://music.youtube.com/*" + }, "CC32E753": { name: "Spotify", matches: "https://open.spotify.com/*" }, "2BA92214": { name: "BBC iPlayer",