Fix google docs autorefresh
This commit is contained in:
parent
738dd3fb75
commit
ca5ad87414
2 changed files with 2 additions and 2 deletions
|
|
@ -1031,7 +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);
|
||||
Logger.errlog.log("ID was: " + self.current.media.id);
|
||||
self.current.media.meta.object = self.current.media.meta.object || null;
|
||||
cb && cb();
|
||||
self.channel.activeLock.release();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue