diff --git a/ext/src/shim/cast/index.ts b/ext/src/shim/cast/index.ts index 3f533f5..c158607 100755 --- a/ext/src/shim/cast/index.ts +++ b/ext/src/shim/cast/index.ts @@ -182,7 +182,7 @@ export function setReceiverDisplayStatus (sessionId: string): void { } export function unescape (escaped: string): string { - return unescape(escaped); + return decodeURI(escaped); }