mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
added views for all different add methods.
This commit is contained in:
parent
85fa96f436
commit
936886f213
3 changed files with 19 additions and 8 deletions
|
@ -1,3 +1,11 @@
|
|||
NzbDrone.AddSeriesView = Backbone.Marionette.ItemView.extend({
|
||||
template: "#add-series-template"
|
||||
});
|
||||
|
||||
NzbDrone.AddNewSeriesView = Backbone.Marionette.ItemView.extend({
|
||||
template: "#add-new-series-template"
|
||||
});
|
||||
|
||||
NzbDrone.AddExistingSeriesView = Backbone.Marionette.ItemView.extend({
|
||||
template: "#add-existing-series-template"
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue