mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
8 lines
No EOL
191 B
JavaScript
8 lines
No EOL
191 B
JavaScript
'use strict';
|
|
|
|
define(['app'], function (app) {
|
|
|
|
NzbDrone.Series.Index.EmptyView = Backbone.Marionette.CompositeView.extend({
|
|
template: 'Series/Index/EmptyTemplate'
|
|
});
|
|
}); |