Skip to content

Commit f861609

Browse files
committed
add recordedseek table to the export tables
1 parent d6e4beb commit f861609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/export/NUV_SQL.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ package export::NUV_SQL;
107107
my ($q, $sh);
108108
# Load and save the related database info
109109
print DATA "USE mythconverg;\n\n";
110-
foreach $table ('recorded', 'oldrecorded', 'recordedmarkup') {
110+
foreach $table ('recorded', 'oldrecorded', 'recordedmarkup', 'recordedseek') {
111111
$q = "SELECT * FROM $table WHERE chanid=? AND starttime=?";
112112
$sh = $dbh->prepare($q);
113113
$sh->execute($episode->{'channel'}, $episode->{'start_time'})

0 commit comments

Comments
 (0)