mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-26 05:14:24 +00:00
some small updates
This commit is contained in:
@@ -83,7 +83,7 @@ class NotificationHandler {
|
||||
*/
|
||||
disconnect (): void {
|
||||
this.socket.disconnect();
|
||||
this.socket.emit( 'create-room', {
|
||||
this.socket.emit( 'delete-room', {
|
||||
name: this.roomName,
|
||||
token: this.roomToken
|
||||
}, ( res: { status: boolean, msg: string } ) => {
|
||||
|
||||
Reference in New Issue
Block a user