diff options
| -rw-r--r-- | latest.pl | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ sub process($){ if (! $epoch[0]) { return 0; } + $epoch[0] =~ /(\d+)/; + if ($1 < 4) { + return 0; + } if (-e "output/" . $name . ".mp3") { return 1; } |
