diff --git a/lib/spotify.go b/lib/spotify.go index 30f4df7..40c1859 100644 --- a/lib/spotify.go +++ b/lib/spotify.go @@ -79,7 +79,7 @@ func CurrentlyPlayingTrackSSE(ctx context.Context, pubSub pubsub.PubSub) error { return SendSSE(ctx, pubSub, "spotify", `
`) } else { - SendSSE(ctx, pubSub, "spotify", "") + SendSSE(ctx, pubSub, "spotify", "") } return nil diff --git a/lib/sse.go b/lib/sse.go index ae47931..52a07af 100644 --- a/lib/sse.go +++ b/lib/sse.go @@ -131,3 +131,4 @@ func HandleIncomingMessages(c echo.Context, pubsub pubsub.PubSubMessage, client } mutex.Unlock() } +}