This commit is contained in:
Alexey Kulish 2016-07-27 10:20:11 +03:00
parent 7019e5996d
commit 5856b98f88

View file

@ -224,7 +224,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
abandonAudioFocus();
log.debug("ttsRequests="+ttsRequests);
if (ttsRequests < 0) {
ttsRequests == 0;
ttsRequests = 0;
}
}
});