mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
fix epg newline forÖR channels
This commit is contained in:
@@ -2765,6 +2765,10 @@ void CChannelList::processTextToArray(std::string text, int screening) // UTF-8
|
||||
std::string aktLine = "";
|
||||
std::string aktWord = "";
|
||||
int aktWidth = 0;
|
||||
|
||||
if(!text.empty())
|
||||
text = str_replace("\\n", "\n", text);
|
||||
|
||||
text += ' ';
|
||||
const char *text_= text.c_str();
|
||||
|
||||
|
Reference in New Issue
Block a user