Fine, fix the ACP too

This commit is contained in:
Calvin Montgomery 2013-07-06 00:04:52 -04:00
parent 53f6a39a7a
commit 25c328d993
1 changed files with 1 additions and 1 deletions

2
acp.js
View File

@ -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
});