summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave <vdr@pickles.me.uk>2010-01-13 16:42:37 +0000
committerDave <vdr@pickles.me.uk>2010-01-13 16:42:37 +0000
commita42d7b97b0f5d42ac97be8544c92b17e958acf0b (patch)
treee1ba143a37739ecf5aa5498a02f40a09669a2fdd
parentacfe489bc3e382ac5412fc27a610e4bb69731050 (diff)
downloadvdrtva-a42d7b97b0f5d42ac97be8544c92b17e958acf0b.tar.gz
vdrtva-a42d7b97b0f5d42ac97be8544c92b17e958acf0b.tar.bz2
Error renaming EPG tags fixed.
-rwxr-xr-xseries.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/series.pl b/series.pl
index 1090e1c..ac4fa84 100755
--- a/series.pl
+++ b/series.pl
@@ -259,10 +259,10 @@ sub get_epg {
if ($type eq 'C') {
($sid) = ($data =~ /^(.*?) /);
}
- elsif ($type eq 'X') {
+ elsif ($type eq 'Y') {
$icrid = $data;
}
- elsif ($type eq 'Y') {
+ elsif ($type eq 'Z') {
$scrid = $data;
}
elsif ($type eq 'E') {