diff --git a/lib/channel/voteskip.js b/lib/channel/voteskip.js index 3102d32a..171a4281 100644 --- a/lib/channel/voteskip.js +++ b/lib/channel/voteskip.js @@ -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)"