mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-12 01:16:51 +00:00
8 lines
218 B
JavaScript
8 lines
218 B
JavaScript
|
'use strict';
|
|||
|
|
|||
|
define(['app'], function (app) {
|
|||
|
|
|||
|
NzbDrone.Series.Index.EmptySeriesCollectionView = Backbone.Marionette.CompositeView.extend({
|
|||
|
template: 'Series/Index/EmptySeriesIndexTemplate'
|
|||
|
});
|
|||
|
});
|