Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
UK EIT fixups: Retain series and episode number in description
Signed-off-by: Lawrence Rust <lvr@softsystem.co.uk>
Signed-off-by: Stuart Morgan <smorgan@mythtv.org>
  • Loading branch information
Lawrence Rust authored and stuartm committed Nov 23, 2012
1 parent 8ae2abd commit af0d12c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mythtv/libs/libmythtv/eitfixup.cpp
Expand Up @@ -734,9 +734,10 @@ void EITFixUp::FixUK(DBEventEIT &event) const
{
event.partnumber = tmpExp1.cap(1).toUInt();
event.parttotal = tmpExp1.cap(2).toUInt();
// Remove from the description
#if 0 // Remove from the description
event.description = event.description.left(position1) +
event.description.mid(position1+tmpExp1.cap(0).length());
#endif
series = true;
}
}
Expand Down

0 comments on commit af0d12c

Please sign in to comment.