mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-28 20:37:34 +00:00
12 lines
226 B
JavaScript
12 lines
226 B
JavaScript
'use strict';
|
|
|
|
define([
|
|
'app', 'Settings/SettingsModel'
|
|
|
|
], function () {
|
|
|
|
NzbDrone.Settings.System.SystemView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Settings/System/SystemTemplate',
|
|
});
|
|
});
|