diff options
Diffstat (limited to 'lib/stream.lib.php')
-rw-r--r-- | lib/stream.lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.lib.php b/lib/stream.lib.php index de3adde1..b0f4d609 100644 --- a/lib/stream.lib.php +++ b/lib/stream.lib.php @@ -53,7 +53,7 @@ function get_now_playing($filter='') { $song = new Song($r['song_id']); $song->format(); $np_user = new User($r['user']); - $results[] = array('song'=>$song,'user'=>$np_user,'agent'=>$r['agent']); + $results[] = array('song'=>$song,'user'=>$np_user,'agent'=>$r['agent'],'expire'=>$r['expire']); } // end while return $results; |