mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
Going to Series should force a reload of drone after an update
This commit is contained in:
@@ -10,11 +10,14 @@ define(
|
||||
|
||||
return NzbDroneController.extend({
|
||||
|
||||
_originalInit: NzbDroneController.prototype.initialize,
|
||||
|
||||
initialize: function () {
|
||||
this.route('', this.series);
|
||||
this.route('series', this.series);
|
||||
this.route('series/:query', this.seriesDetails);
|
||||
|
||||
this._originalInit.apply(this, arguments);
|
||||
},
|
||||
|
||||
series: function () {
|
||||
|
||||
Reference in New Issue
Block a user