mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
bouquets: allow multiple epgmap.xml
Origin commit data
------------------
Branch: ni/coolstream
Commit: ef45ef8c9c
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-09-11 (Sat, 11 Sep 2021)
Origin message was:
------------------
- bouquets: allow multiple epgmap.xml
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -302,6 +302,10 @@ bool CWebChannelsSetup::changeNotify(const neutrino_locale_t OptionName, void */
|
||||
|
||||
int filefilter(const struct dirent *entry)
|
||||
{
|
||||
std::string f = entry->d_name;
|
||||
if (f.find("epgmap.xml") != std::string::npos)
|
||||
return 0;
|
||||
|
||||
int len = strlen(entry->d_name);
|
||||
if (len > 3 && (
|
||||
(entry->d_name[len - 3] == 'x' && entry->d_name[len - 2] == 'm' && entry->d_name[len - 1] == 'l')
|
||||
|
Reference in New Issue
Block a user