Message
Message
if (canPlay) {
api.get({url: `/applications/public?application_ids=$
{applicationId}`}).then(res => {
const appData = res.body[0];
const exeName = appData.executables.find(x => x.os ===
"win32").name.replace(">","");
ApplicationStreamingStore.getStreamerActiveStreamMetadata =
realFunc;
FluxDispatcher.unsubscribe("QUESTS_SEND_HEARTBEAT_SUCCESS", fn);
}
};
FluxDispatcher.subscribe("QUESTS_SEND_HEARTBEAT_SUCCESS", fn);