Reconnect on pulseaudio restart / after suspend
This commit is contained in:
parent
0e4b685382
commit
cd1dcce8ee
|
@ -99,6 +99,10 @@ module.exports = store => {
|
||||||
reconnect();
|
reconnect();
|
||||||
})
|
})
|
||||||
.on('new', (type, index) => {
|
.on('new', (type, index) => {
|
||||||
|
if (type === 'server') {
|
||||||
|
pa.end(); // Reconnect
|
||||||
|
return;
|
||||||
|
}
|
||||||
store.dispatch(pulseActions.new({ type, index }));
|
store.dispatch(pulseActions.new({ type, index }));
|
||||||
getInfo(type, index);
|
getInfo(type, index);
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user