mirror of https://github.com/calzoneman/sync.git
Fix vimeo with no vimeo-workaround
This commit is contained in:
parent
2d0fe02a19
commit
f92d4bc5d4
|
@ -45,6 +45,7 @@ MediaRefresherModule.prototype.initGoogleDocs = function (data, cb) {
|
|||
|
||||
MediaRefresherModule.prototype.initVimeo = function (data, cb) {
|
||||
if (!Config.get("vimeo-workaround")) {
|
||||
if (cb) cb();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue