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