mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Fix wrongly passing default media app ID to receiver selectors
This commit is contained in:
@@ -18,7 +18,7 @@ export type Messages = [
|
||||
{
|
||||
subject: "popup:/sendRequestedAppId"
|
||||
, data: {
|
||||
requestedAppId: string;
|
||||
requestedAppId?: string;
|
||||
}
|
||||
}
|
||||
, {
|
||||
|
||||
Reference in New Issue
Block a user