Backwards compability with old servers
This commit is contained in:
parent
179c5ca2e8
commit
32fa4e1ff7
|
@ -392,6 +392,9 @@ const plexTogether = {
|
|||
})
|
||||
})
|
||||
state._socket.on('host-swap',function(user){
|
||||
if (!user){
|
||||
return
|
||||
}
|
||||
commit('ADD_MESSAGE',{
|
||||
msg: user.username + ' is now the host',
|
||||
user: user,
|
||||
|
|
Loading…
Reference in New Issue