summaryrefslogtreecommitdiff
path: root/build_playlists.plx
diff options
context:
space:
mode:
Diffstat (limited to 'build_playlists.plx')
-rwxr-xr-xbuild_playlists.plx1
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";
}