diff options
-rw-r--r-- | play/index.php | 1 |
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); } |