1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

New: Shift-click to change monitored status of multiple episodes in season

This commit is contained in:
Mark McDowall
2014-04-25 23:02:48 -07:00
parent 6c5a5340b8
commit 836c39a47d
7 changed files with 95 additions and 9 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ define(
this.$('i').addClass('icon-spinner icon-spin');
this.model.save().always(function () {
self.render();
});
self.render();
});
},
render: function () {