From 040590751eee0191be917b0b7f7070d3541f4d2a Mon Sep 17 00:00:00 2001 From: hensm Date: Sun, 17 Apr 2022 12:43:47 +0100 Subject: [PATCH] Fix iPlayer match pattern --- ext/src/cast/knownApps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/src/cast/knownApps.ts b/ext/src/cast/knownApps.ts index 5691bcf..d0318fa 100644 --- a/ext/src/cast/knownApps.ts +++ b/ext/src/cast/knownApps.ts @@ -20,7 +20,7 @@ export default { "CC32E753": { name: "Spotify", matches: "https://open.spotify.com/*" }, "5E81F6DB": { name: "BBC iPlayer", - matches: "https://www.bbc.co.uk/iplayer/*" + matches: "https://www.bbc.co.uk/iplayer*" }, "03977A48": { name: "BBC Sounds",