mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 00:23:59 -07:00
8 lines
181 B
JavaScript
8 lines
181 B
JavaScript
'use strict';
|
|
define(['app'], function () {
|
|
|
|
NzbDrone.Episode.Summary.View = Backbone.Marionette.ItemView.extend({
|
|
template: 'Episode/Summary/ViewTemplate'
|
|
});
|
|
|
|
});
|