Skip to content

Commit

Permalink
Set firstConnect after first connect
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Jul 26, 2024
1 parent 9f24a1e commit 17849a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bridge/soulseek/soulseek.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ func (b *Bsoulseek) loginLoop() {
}

// Now we are connected
firstConnect = false;
select {
case err = <-b.fatalErrors:
b.Log.Errorf("%s", err)
Expand Down

0 comments on commit 17849a5

Please sign in to comment.