Bump LIVE_SEARCH_LIMIT to 22

This commit is contained in:
gg1234 2024-03-15 03:10:21 -07:00
parent 745daf3da0
commit c601e39c41
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ sub is_live {
return ($diff >= 0 && $diff <= $duration);
}
my $LIVE_SEARCH_LIMIT = 20; # unlikely to find live shows beyond this
my $LIVE_SEARCH_LIMIT = 22; # unlikely to find live shows beyond this
sub mark_live {
my $rows = shift;
my $i = 0;