summaryrefslogtreecommitdiff
path: root/latest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'latest.pl')
-rwxr-xr-xlatest.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/latest.pl b/latest.pl
index c09a5cd..ddd5952 100755
--- a/latest.pl
+++ b/latest.pl
@@ -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;