mirror of https://github.com/calzoneman/sync.git
Fine, fix the ACP too
This commit is contained in:
parent
53f6a39a7a
commit
25c328d993
2
acp.js
2
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
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue