mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
return promise for EpisodeModel syncing
This commit is contained in:
parent
28aee91d3f
commit
47f12b429e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ define(
|
||||||
options = options || {};
|
options = options || {};
|
||||||
options.url = model.methodUrls[method.toLowerCase()];
|
options.url = model.methodUrls[method.toLowerCase()];
|
||||||
}
|
}
|
||||||
Backbone.sync(method, model, options);
|
return Backbone.sync(method, model, options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue