diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-05 10:10:44 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-05 10:10:44 +0000 |
commit | f24fa20acbd2d7ff7175dab391e75f743c634e87 (patch) | |
tree | ec20ebb7784894ed3cbc9b123f73a2f076831a1c /play | |
parent | 673dfd2bff70bdfc1489d6f8217c58e8e964cce2 (diff) | |
download | ampache-f24fa20acbd2d7ff7175dab391e75f743c634e87.tar.gz ampache-f24fa20acbd2d7ff7175dab391e75f743c634e87.tar.bz2 ampache-f24fa20acbd2d7ff7175dab391e75f743c634e87.zip |
I need to go to sleep Im dorking things up
Diffstat (limited to 'play')
-rw-r--r-- | play/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/play/index.php b/play/index.php index a3ba5cd3..9b066665 100644 --- a/play/index.php +++ b/play/index.php @@ -256,7 +256,7 @@ while (!feof($fp) && (connection_status() == 0)) { if ($bytesStreamed > $minBytesStreamed) { $user->update_stats($song_id); /* If this is a voting tmp playlist remove the entry */ - if (is_object($tmp_playlist) { + if (is_object($tmp_playlist)) { if ($tmp_playlist->type == 'vote') { $tmp_playlist->delete_track($song_id); } |