From 79b6cfcd11c70bb4c4a1c3cbef3ae710c0ea394b Mon Sep 17 00:00:00 2001 From: Sky <51057802+IlysvlVEizbr@users.noreply.github.com> Date: Sat, 9 Mar 2024 18:59:04 +0800 Subject: [PATCH] fix typo (#541) --- app/src/main/java/com/lizongying/mytv/TVList.kt | 2 +- app/src/main/res/raw/channels.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/lizongying/mytv/TVList.kt b/app/src/main/java/com/lizongying/mytv/TVList.kt index b4754d6..523e44c 100644 --- a/app/src/main/java/com/lizongying/mytv/TVList.kt +++ b/app/src/main/java/com/lizongying/mytv/TVList.kt @@ -127,7 +127,7 @@ object TVList { ), TV( 8, - "CCTV9 记录", + "CCTV9 纪录", "CCTV9", listOf("http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226197/index.m3u8"), 0, diff --git a/app/src/main/res/raw/channels.json b/app/src/main/res/raw/channels.json index a19fc49..7b9f469 100644 --- a/app/src/main/res/raw/channels.json +++ b/app/src/main/res/raw/channels.json @@ -130,7 +130,7 @@ "programId": "600004078", "needToken": true, "mustToken": false, - "title": "CCTV9 记录", + "title": "CCTV9 纪录", "videoUrl": [ "http://dbiptv.sn.chinamobile.com/PLTV/88888890/224/3221226197/index.m3u8" ]