mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-13 09:56:01 +00:00
12 lines
237 B
JavaScript
12 lines
237 B
JavaScript
"use strict";
|
|
|
|
define([
|
|
'app',
|
|
'Settings/Indexers/Collection'
|
|
|
|
], function () {
|
|
|
|
NzbDrone.Settings.Indexers.ItemView = Backbone.Marionette.ItemView.extend({
|
|
template : 'Settings/Indexers/ItemTemplate'
|
|
});
|
|
});
|