From 26245be16755e8439304c1e9589a8bf436b3eeda Mon Sep 17 00:00:00 2001 From: Jun Nishimura Date: Wed, 30 Aug 2023 00:45:20 +0900 Subject: [PATCH] pass base to hey UI model --- ui/cmd/hey/model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/cmd/hey/model.go b/ui/cmd/hey/model.go index 5265555..4628c88 100644 --- a/ui/cmd/hey/model.go +++ b/ui/cmd/hey/model.go @@ -101,6 +101,7 @@ func NewModel(ctx context.Context) (*Model, error) { return &Model{ ctx: ctx, + base: base, list: newListModel([]list.Item{}, 0, 0), user: user, spotifyClient: spotifyClient,