summaryrefslogtreecommitdiffstats
path: root/play
diff options
context:
space:
mode:
Diffstat (limited to 'play')
-rw-r--r--play/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/play/index.php b/play/index.php
index 4fdaec74..61366aa1 100644
--- a/play/index.php
+++ b/play/index.php
@@ -219,6 +219,7 @@ else {
}
/* Last but not least pump em out */
else {
+ header("Content-Length: $song->size");
$browser->downloadHeaders($song_name, $song->mime, false, $song->size);
}