Skip to content

Commit

Permalink
wait after initialize player
Browse files Browse the repository at this point in the history
  • Loading branch information
mrctms committed Mar 20, 2021
1 parent cf6c8fb commit 23f1c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/clients/cli/terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (t *TerminalClient) Run(rootDir string) {
go t.tui.Run()

t.sender.Initialize(rootDir)

time.Sleep(1 * time.Second)
var tl *util.TrackListMessage
c := 0
for tl == nil {
Expand Down

0 comments on commit 23f1c59

Please sign in to comment.