From 90c3eba635f31472ca4fb5ebec5910a41221dbbf Mon Sep 17 00:00:00 2001 From: lshprung Date: Sun, 26 Sep 2021 16:58:31 -0700 Subject: Added debug mode, fixed bug in checking for duplicate files --- build_playlists.plx | 1 - 1 file changed, 1 deletion(-) (limited to 'build_playlists.plx') diff --git a/build_playlists.plx b/build_playlists.plx index 9a41942..a2e0760 100755 --- a/build_playlists.plx +++ b/build_playlists.plx @@ -30,7 +30,6 @@ sub build_m3u { my $filehandle = shift; # Create m3u header - # TODO check if file is empty before adding the header if (eof $filehandle){ print $filehandle "#EXTM3U\n\n"; } -- cgit