diff options
Diffstat (limited to 'latest.pl')
| -rwxr-xr-x | latest.pl | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -69,9 +69,9 @@ sub process($){ } $epoch[0] =~ /(\d+)/; - if ($1 < 4) { - return 0; - } + #if ($1 < 4) { + # return 0; + #} if (-e "output/" . $name . ".mp3") { return 1; |
