diff --git a/lib/channel/playlist.js b/lib/channel/playlist.js index 88078211..67d60b65 100644 --- a/lib/channel/playlist.js +++ b/lib/channel/playlist.js @@ -1031,6 +1031,7 @@ PlaylistModule.prototype.refreshGoogleDocs = function (cb) { InfoGetter.getMedia(this.current.media.id, "gd", function (err, media) { if (err) { Logger.errlog.log("Google Docs autorefresh failed: " + err); + Logger.errlog.log("ID was: " + this.current.media.id); self.current.media.meta.object = self.current.media.meta.object || null; cb && cb(); self.channel.activeLock.release();