mirror of https://github.com/lidarr/Lidarr
return promise for EpisodeModel syncing
This commit is contained in:
parent
28aee91d3f
commit
47f12b429e
|
@ -19,7 +19,7 @@ define(
|
|||
options = options || {};
|
||||
options.url = model.methodUrls[method.toLowerCase()];
|
||||
}
|
||||
Backbone.sync(method, model, options);
|
||||
return Backbone.sync(method, model, options);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue