diff options
author | lshprung <lshprung@yahoo.com> | 2021-09-26 16:58:31 -0700 |
---|---|---|
committer | lshprung <lshprung@yahoo.com> | 2021-09-26 16:58:31 -0700 |
commit | 90c3eba635f31472ca4fb5ebec5910a41221dbbf (patch) | |
tree | 1556503403cccb82eeb4b8a89387e1161842618d /build_playlists.plx | |
parent | ec07b105fed222b737ba2a69d380c3adb841e0cf (diff) |
Added debug mode, fixed bug in checking for duplicate files
Diffstat (limited to 'build_playlists.plx')
-rwxr-xr-x | build_playlists.plx | 1 |
1 files changed, 0 insertions, 1 deletions
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"; } |