From 25c328d993332506299eb536ac4149179a20aa43 Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Sat, 6 Jul 2013 00:04:52 -0400 Subject: [PATCH] Fine, fix the ACP too --- acp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acp.js b/acp.js index 735baabc..d8bca412 100644 --- a/acp.js +++ b/acp.js @@ -114,7 +114,7 @@ module.exports = { name: c, title: chan.opts.pagetitle, usercount: chan.users.length, - mediatitle: chan.media ? chan.media.title : "-", + mediatitle: chan.playlist.current ? chan.playlist.current.media.title : "-", is_public: chan.opts.show_public, registered: chan.registered });