mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
added empty view for series index collection.
This commit is contained in:
parent
c0d470e3bb
commit
8429139406
8 changed files with 57 additions and 10 deletions
|
@ -6,6 +6,6 @@ define([
|
|||
], function () {
|
||||
|
||||
NzbDrone.Settings.Indexers.IndexersView = Backbone.Marionette.ItemView.extend({
|
||||
template: 'Settings/Indexers/IndexersTemplate',
|
||||
template: 'Settings/Indexers/IndexersTemplate'
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue