From a42d7b97b0f5d42ac97be8544c92b17e958acf0b Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 13 Jan 2010 16:42:37 +0000 Subject: Error renaming EPG tags fixed. --- series.pl | 4 ++-- 1 file 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') { -- cgit v1.2.3