- bouquets: allow xmltv directly from webtv xml file

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-09-13 00:28:14 +02:00
committed by Thilo Graf
parent ced577eb7a
commit 830d10ece3
4 changed files with 38 additions and 8 deletions

View File

@@ -748,6 +748,7 @@ struct SNeutrinoSettings
// xmltv
std::list<std::string> xmltv_xml; // see http://wiki.xmltv.org/
std::list<std::string> xmltv_xml_auto;
std::list<std::string> xmltv_xml_m3u; // contains temp xml from m3u
int livestreamResolution;