Skip to content

Commit

Permalink
fix ysp
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongying committed May 20, 2024
1 parent 68f158e commit c1143af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## 更新日志

### v2.0.4

* 修复不能播放的问题
* 包含国际频道

### v2.0.3

* 修复不能播放的问题
* 不包含国际频道

### v2.0.0

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/lizongying/mytv/models/TVList.kt
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ object TVList {
)

val array = arrayOf("央视", "地方")
list = list.filterKeys { it in array }
// list = list.filterKeys { it in array }

val listNew = mutableMapOf<String, List<TV>>()
var id = 0
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version_code": 33555200, "version_name": "v2.0.3"}
{"version_code": 33555456, "version_name": "v2.0.4"}

0 comments on commit c1143af

Please sign in to comment.