channellist fix footer line

Origin commit data
------------------
Branch: ni/coolstream
Commit: 269e7e0117
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2024-09-05 21:34:45 +02:00
committed by vanhofen
parent 4e9ac3ce4f
commit 63f43d0f18

View File

@@ -1699,6 +1699,7 @@ void CChannelList::paintDetails(int index)
}
if (!(text2.empty())) {
text2 = str_replace("\\n", " ", text2);
while ( text2.find_first_of("[ -.+*#?=!$%&/]+") == 0 )
text2 = text2.substr( 1 );
text2 = text2.substr( 0, text2.find('\n') );