[6.7.2]
[fix] [tts ]
This commit is contained in:
@@ -73,7 +73,6 @@ 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)
|
||||
}
|
||||
|
||||
@@ -270,7 +270,7 @@ object LineModel:CommonModel(){
|
||||
|
||||
private fun startStationVideo(startStationInfo: BusStationBean){
|
||||
val introductionList = mutableListOf<MediaItem>()
|
||||
startStationInfo.videoList.forEach {
|
||||
startStationInfo.videoList?.forEach {
|
||||
if(it.type==1) {
|
||||
introductionList.add(
|
||||
MediaItem(
|
||||
|
||||
Reference in New Issue
Block a user