mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Re-use open popup when requesting a new session
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
// Global API state
|
||||
const state = {
|
||||
apiConfig: null
|
||||
, receiverList: []
|
||||
, sessionList: []
|
||||
};
|
||||
|
||||
export default state;
|
||||
"use strict";
|
||||
|
||||
// Global API state
|
||||
const state = {
|
||||
apiConfig: null
|
||||
, receiverList: []
|
||||
, sessionList: []
|
||||
, sessionRequestInProgress: false
|
||||
};
|
||||
|
||||
export default state;
|
||||
|
||||
Reference in New Issue
Block a user