websocket-based lrcproto server

not my day todayyyy

Changed files
+4 -4
+4 -4
options.go
··· 9 ) 10 11 type InitChanMsg struct { 12 - init lrcpb.Event_Init 13 - resolvedId *string 14 } 15 16 type MediaInitChanMsg struct { 17 - mediainit lrcpb.Event_Mediainit 18 - resolvedId *string 19 } 20 21 type options struct {
··· 9 ) 10 11 type InitChanMsg struct { 12 + Init lrcpb.Event_Init 13 + ResolvedId *string 14 } 15 16 type MediaInitChanMsg struct { 17 + Mediainit lrcpb.Event_Mediainit 18 + ResolvedId *string 19 } 20 21 type options struct {