|
|
|
@ -507,7 +507,7 @@ public final class Chords extends ListenerAdapter |
|
|
|
|
} |
|
|
|
|
response += "\n"; |
|
|
|
|
} |
|
|
|
|
if (!response.isEmpty() && (shouldUpdate || initialUpdateSent)) |
|
|
|
|
if (!response.isEmpty() && (shouldUpdate || !initialUpdateSent)) |
|
|
|
|
{ |
|
|
|
|
request.getInvocation().respond(response); |
|
|
|
|
initialUpdateSent = true; |
|
|
|
|