diff options
-rw-r--r-- | p2pvr/lib/siParsers/event.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/p2pvr/lib/siParsers/event.cpp b/p2pvr/lib/siParsers/event.cpp index 8df8498..c094331 100644 --- a/p2pvr/lib/siParsers/event.cpp +++ b/p2pvr/lib/siParsers/event.cpp @@ -106,7 +106,6 @@ SiEpgParser::parseDescriptor_ShortEvent(DVBSI::EventPtr current, const u_char * current->Episode = boost::lexical_cast<int>(matches.fetch(1)); current->Episodes = boost::lexical_cast<int>(matches.fetch(2)); if (*current->Episode <= *current->Episodes) { // fudge to catch "24/7" - Logger()->message(LOG_DEBUG, (*subtitle).c_str()); *subtitle = episodeRegex->replace_literal(*subtitle, 0, "", Glib::REGEX_MATCH_NOTEMPTY); } } |