mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 00:12:30 +01:00
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
|
"use strict";
|
||
|
define(['app'], function () {
|
||
|
|
||
|
NzbDrone.Episode.Summary.View = Backbone.Marionette.ItemView.extend({
|
||
|
template: 'Episode/Summary/ViewTemplate'
|
||
|
});
|
||
|
|
||
|
});
|