[6.7.2]
[fix] [强制isPlayTts 为true]
This commit is contained in:
@@ -73,6 +73,7 @@ data class CarExecutableTaskResponse(val data: List<Result>?) : BaseData(){
|
||||
it.videoList?.forEach { videoInfoIt->
|
||||
videoInfoList.add(videoInfoIt)
|
||||
}
|
||||
it.isPlayTts = true
|
||||
if(videoInfoList.isNotEmpty()) {
|
||||
it.videoListDB = GsonUtils.toJson(videoInfoList)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user