mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
-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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user