diff options
| -rwxr-xr-x | iptv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ categorize_by_channel_name () { result="720P" case "$name" in - *4K*) result="4K" ;; + *4K*|*"超高清"*) result="4K" ;; *"超清"*|*"高清"*) result="1080P" ;; esac |
