diff --git a/HISTORY.md b/HISTORY.md index 334cc071..4443aeac 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,14 @@ ## 更新日志 +### v2.0.4 + +* 修复不能播放的问题 +* 包含国际频道 + ### v2.0.3 * 修复不能播放的问题 +* 不包含国际频道 ### v2.0.0 diff --git a/app/src/main/java/com/lizongying/mytv/models/TVList.kt b/app/src/main/java/com/lizongying/mytv/models/TVList.kt index ba1ed002..0a6f7e29 100644 --- a/app/src/main/java/com/lizongying/mytv/models/TVList.kt +++ b/app/src/main/java/com/lizongying/mytv/models/TVList.kt @@ -891,7 +891,7 @@ object TVList { ) val array = arrayOf("央视", "地方") - list = list.filterKeys { it in array } +// list = list.filterKeys { it in array } val listNew = mutableMapOf>() var id = 0 diff --git a/version.json b/version.json index 02f9ab83..e75da9b0 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version_code": 33555200, "version_name": "v2.0.3"} +{"version_code": 33555456, "version_name": "v2.0.4"}