1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-13 09:45:09 +00:00
Lidarr/UI/Series/Index/EmptySeriesIndexView.js

8 lines
218 B
JavaScript
Raw Normal View History

2013-04-23 00:35:04 +00:00
'use strict';
define(['app'], function (app) {
NzbDrone.Series.Index.EmptySeriesCollectionView = Backbone.Marionette.CompositeView.extend({
template: 'Series/Index/EmptySeriesIndexTemplate'
});
});