Skip to content

Commit

Permalink
Merge pull request #50 from orbwebos/patch/fix-crash
Browse files Browse the repository at this point in the history
Fix crash when loading a track fails
  • Loading branch information
topi314 authored Mar 16, 2023
2 parents 55eafb8 + 7a4127b commit a3e30c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disgolink/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func (n *nodeImpl) LoadTracksHandler(ctx context.Context, identifier string, han
result, err := n.LoadTracks(ctx, identifier)
if err != nil {
handler.LoadFailed(err)
return
}

switch result.LoadType {
Expand Down

0 comments on commit a3e30c6

Please sign in to comment.