mirror of
https://github.com/Radarr/Radarr
synced 2025-02-18 20:40:50 +00:00
8 lines
No EOL
180 B
JavaScript
8 lines
No EOL
180 B
JavaScript
"use strict";
|
|
define(['app'], function () {
|
|
|
|
NzbDrone.Episode.Summary.View = Backbone.Marionette.ItemView.extend({
|
|
template: 'Episode/Summary/ViewTemplate'
|
|
});
|
|
|
|
}); |