1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Tests and cleanup

This commit is contained in:
Mark McDowall
2013-12-10 18:00:44 -08:00
parent a9ece10144
commit 0a12343b9e
10 changed files with 71 additions and 15 deletions
+1
View File
@@ -38,6 +38,7 @@ define(
this.listenTo(proxy, 'sync', function (proxyModel, models) {
this.add(models, { merge: true });
this.trigger('save', this);
});
return proxy.save();