mirror of
https://github.com/Radarr/Radarr
synced 2024-12-28 10:51:48 +00:00
8 lines
189 B
JavaScript
8 lines
189 B
JavaScript
'use strict';
|
|
|
|
define(['app'], function () {
|
|
|
|
NzbDrone.Series.Index.EmptyView = Backbone.Marionette.CompositeView.extend({
|
|
template: 'Series/Index/EmptyTemplate'
|
|
});
|
|
});
|