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 "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) {
|
||||||
|
|
Loading…
Reference in New Issue