mirror of https://github.com/calzoneman/sync.git
parent
89c94701dc
commit
738dd3fb75
|
@ -35,7 +35,7 @@ VoteskipModule.prototype.handleVoteskip = function (user) {
|
|||
|
||||
var title = "";
|
||||
if (this.channel.modules.playlist.current) {
|
||||
title = " " + this.channel.modules.playlist.current;
|
||||
title = " " + this.channel.modules.playlist.current.media.title;
|
||||
}
|
||||
|
||||
var name = user.getName() || "(anonymous)"
|
||||
|
|
Loading…
Reference in New Issue