mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
created add series layout.
This commit is contained in:
@@ -21,7 +21,7 @@ NzbDrone.Routes = {
|
||||
NzbDrone.Controller = Backbone.Marionette.Controller.extend({
|
||||
|
||||
addSeries: function () {
|
||||
NzbDrone.mainRegion.show(new NzbDrone.AddSeriesView());
|
||||
NzbDrone.mainRegion.show(new NzbDrone.AddSeriesLayout());
|
||||
},
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user