mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
9 lines
277 B
JavaScript
9 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;
|
|
});
|