mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
return promise for EpisodeModel syncing
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user