mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Pass Receiver objects instead of ReceiverDevice objects to cast API
This commit is contained in:
@@ -73,7 +73,7 @@ export default class Session extends CastClient {
|
||||
this.onSessionCreated?.(this.sessionId);
|
||||
|
||||
messaging.sendMessage({
|
||||
subject: "cast:sessionCreated",
|
||||
subject: "main:castSessionCreated",
|
||||
data: {
|
||||
sessionId: this.sessionId,
|
||||
statusText: application.statusText,
|
||||
@@ -103,7 +103,7 @@ export default class Session extends CastClient {
|
||||
}
|
||||
|
||||
messaging.sendMessage({
|
||||
subject: "cast:sessionUpdated",
|
||||
subject: "main:castSessionUpdated",
|
||||
data: {
|
||||
sessionId: this.sessionId,
|
||||
statusText: application.statusText,
|
||||
|
||||
Reference in New Issue
Block a user