summaryrefslogtreecommitdiff
path: root/latest.pl
diff options
context:
space:
mode:
authorjules on spawn <spawn@cortex>2018-05-01 03:22:09 +0200
committerjules on spawn <spawn@cortex>2018-05-01 03:22:09 +0200
commit7287a81b9af14ca8b24f258a2e3de08f39bb63c7 (patch)
tree96e339008e6c7b8c362e8a6ae81105234baa48f7 /latest.pl
parent54fa412397145987ec17c38d5772535400c1e937 (diff)
process script
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;