mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
return promise for EpisodeModel syncing
This commit is contained in:
@@ -19,7 +19,7 @@ define(
|
||||
options = options || {};
|
||||
options.url = model.methodUrls[method.toLowerCase()];
|
||||
}
|
||||
Backbone.sync(method, model, options);
|
||||
return Backbone.sync(method, model, options);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user