-fix Radio Maria

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@805 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-09-28 19:03:06 +00:00
parent 48e1faeb91
commit c749293c1f

View File

@@ -416,6 +416,11 @@ bool check_blacklisted(std::string& providerName)
} else if(strncasecmp(providerName.c_str(),"TVN ",4)==0) {
providerName = "TVN";
in_blacklist = true;
}else if (providerName == "BetaDigital"){
in_blacklist = true;
}else if (providerName == "Radio Maria <20>sterreich"){
providerName="Radio Maria \xc3\x96sterreich";
in_blacklist = true;
} else if(strncasecmp(providerName.c_str(),Cyfrowy_Polsat,14)==0){
providerName = Cyfrowy_Polsat;
in_blacklist = true;