mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-27 08:44:34 +01:00
9 lines
189 B
JavaScript
9 lines
189 B
JavaScript
'use strict';
|
|
|
|
define(['app'], function () {
|
|
|
|
NzbDrone.Series.Index.EmptyView = Backbone.Marionette.CompositeView.extend({
|
|
template: 'Series/Index/EmptyTemplate'
|
|
});
|
|
});
|