1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

added empty view for series index collection.

This commit is contained in:
Keivan Beigi
2013-04-17 17:48:52 -07:00
parent c0d470e3bb
commit 8429139406
8 changed files with 57 additions and 10 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ define([
], function () {
NzbDrone.Settings.Indexers.IndexersView = Backbone.Marionette.ItemView.extend({
template: 'Settings/Indexers/IndexersTemplate',
template: 'Settings/Indexers/IndexersTemplate'
});
});