mirror of
https://github.com/Readarr/Readarr
synced 2025-12-19 23:04:49 +01: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'
|
|
});
|
|
});
|