summaryrefslogtreecommitdiff
path: root/iptv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'iptv.sh')
-rwxr-xr-xiptv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptv.sh b/iptv.sh
index c768ebc..a2eeec5 100755
--- a/iptv.sh
+++ b/iptv.sh
@@ -74,7 +74,7 @@ categorize_by_channel_name () {
result="720P"
case "$name" in
- *4K*) result="4K" ;;
+ *4K*|*"超高清"*) result="4K" ;;
*"超清"*|*"高清"*) result="1080P" ;;
esac