|
|
@@ -188,8 +188,8 @@ public class SpeakerServiceImpl implements ISpeakerService {
|
|
|
String deviceIp =playVoList.get(0).getDeviceIp();
|
|
|
PlayBatchVo playBatchVo=commonPatchTextUrlVoice(texts,playVoList,playNum,level);
|
|
|
//清空原来队列
|
|
|
- stopPriorityMusic(playBatchVo.getSns());
|
|
|
- clearPlayMusic(playBatchVo.getSns());
|
|
|
+ //stopPriorityMusic(playBatchVo.getSns());
|
|
|
+ //clearPlayMusic(playBatchVo.getSns());
|
|
|
boolean isTrue = invokePost(JSONObject.toJSON(playBatchVo).toString(), deviceIp,1, playVoList.get(0).getPort());
|
|
|
if (isTrue) {
|
|
|
textParseVoiceAppIps(texts,playVoList,playNum,level);
|