From a153f59bbe94cecc262b865514c19f35056acbed Mon Sep 17 00:00:00 2001 From: rachel-mp4 Date: Thu, 20 Nov 2025 11:11:52 -0500 Subject: [PATCH] not my day todayyyy --- options.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/options.go b/options.go index 796c6e6..a4fcaec 100644 --- a/options.go +++ b/options.go @@ -9,13 +9,13 @@ import ( ) type InitChanMsg struct { - init lrcpb.Event_Init - resolvedId *string + Init lrcpb.Event_Init + ResolvedId *string } type MediaInitChanMsg struct { - mediainit lrcpb.Event_Mediainit - resolvedId *string + Mediainit lrcpb.Event_Mediainit + ResolvedId *string } type options struct { -- 2.51.2