Skip to content

Commit

Permalink
Hotstar has discontinued in the US
Browse files Browse the repository at this point in the history
  • Loading branch information
betaxab committed Jun 5, 2024
1 parent 788a665 commit 1f32148
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1860,6 +1860,10 @@ function MediaUnlockTest_HotStar() {
echo -n -e "\r HotStar:\t\t\t\t${Font_Red}Failed (Error: PAGE ERROR)${Font_Suffix}\n"
return
fi
if [ "$region" == 'US' ]; then
echo -n -e "\r HotStar:\t\t\t\t${Font_Yellow}No (Discontinued in the US)${Font_Suffix}\n"
return
fi
if [ "$region" == "$siteRegion" ]; then
echo -n -e "\r HotStar:\t\t\t\t${Font_Green}Yes (Region: ${region})${Font_Suffix}\n"
return
Expand Down

0 comments on commit 1f32148

Please sign in to comment.