Skip to content

Commit

Permalink
Vodafone.pt Grabber - add debug line for programme
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenica committed Jan 14, 2025
1 parent d94b8ed commit 784c177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grab/pt_vodafone/tv_grab_pt_vodafone
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ sub get_epg
# We can get the same programme for two different days if it goes past midnight.
# Lets remove duplicates here.
$xmlprogs{$channelId}{ $dtstart, $dtend } = \%prog;

print( STDERR " Adding programme: " . $prog{title}[0][0] . " [" . $dtstart . " - " . $dtend . "]\n" ) if( $opt->{debug} );
}

}
Expand Down

0 comments on commit 784c177

Please sign in to comment.