From 1c18d1528aa5b8f7e659134db4e946af356003d9 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 21 Sep 2005 04:41:50 +0000 Subject: fixed some wmp snafus --- play/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'play') diff --git a/play/index.php b/play/index.php index 8d41c88a..4fdaec74 100644 --- a/play/index.php +++ b/play/index.php @@ -200,7 +200,6 @@ else { // Generate browser class for sending headers $browser = new Browser(); header("Accept-Ranges: bytes" ); - header("Content-Length: " . $song->size); // Prevent the script from timing out set_time_limit(0); @@ -241,7 +240,7 @@ else { } /* Set the Song as Played if it isn't already */ - $song->update_played(); + $song->set_played(); /* Delete the Now Playing Entry */ delete_now_playing($lastid); -- cgit