Minor change

This commit is contained in:
Calvin Montgomery 2014-07-10 19:54:26 -07:00
parent 0f11615a1f
commit c7ef76c518
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ MediaRefresherModule.prototype.refreshGoogleDocs = function (media, cb) {
case "Video not found": case "Video not found":
case "Private video": case "Private video":
self.channel.activeLock.release(); self.channel.activeLock.release();
if (cb) cb();
return; return;
default: default:
if (err) { if (err) {