mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Fix receiver selector app name not displaying correctly
This commit is contained in:
@@ -381,6 +381,8 @@ onMessage(async message => {
|
||||
logger.info("Stopped receiver");
|
||||
|
||||
if (sessionRequestInProgress) {
|
||||
sessionRequestInProgress = false;
|
||||
|
||||
for (const listener of receiverActionListeners) {
|
||||
const castReceiver = new Receiver_(
|
||||
message.data.receiver.id
|
||||
|
||||
Reference in New Issue
Block a user