mirror of https://github.com/calzoneman/sync.git
Minor change
This commit is contained in:
parent
0f11615a1f
commit
c7ef76c518
|
@ -77,6 +77,7 @@ MediaRefresherModule.prototype.refreshGoogleDocs = function (media, cb) {
|
|||
case "Video not found":
|
||||
case "Private video":
|
||||
self.channel.activeLock.release();
|
||||
if (cb) cb();
|
||||
return;
|
||||
default:
|
||||
if (err) {
|
||||
|
|
Loading…
Reference in New Issue