mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
9 lines
217 B
JavaScript
9 lines
217 B
JavaScript
'use strict';
|
||
define(
|
||
[
|
||
'marionette'
|
||
], function (Marionette) {
|
||
return Marionette.CompositeView.extend({
|
||
template: 'Series/Index/EmptySeriesIndexTemplate'
|
||
});
|
||
});
|