diff --git a/disgolink/node.go b/disgolink/node.go index a8b0280..7db7af1 100644 --- a/disgolink/node.go +++ b/disgolink/node.go @@ -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 {