diff options
Diffstat (limited to 'templates/show_now_playing.inc.php')
-rw-r--r-- | templates/show_now_playing.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_now_playing.inc.php b/templates/show_now_playing.inc.php index 0bdba057..3e5b259f 100644 --- a/templates/show_now_playing.inc.php +++ b/templates/show_now_playing.inc.php @@ -35,6 +35,7 @@ if (count($results)) { foreach ($results as $item) { $song = $item['song']; $np_user = $item['user']; + $agent = $item['agent']; /* If we've gotten a non-song object just skip this row */ if (!is_object($song)) { continue; } |