1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 00:12:30 +01:00
Sonarr/UI/Episode/Summary/View.js
kay.one 95a6dfc34e added episode detail modal
summary tab is working.
2013-05-20 17:17:33 -07:00

8 lines
180 B
JavaScript

"use strict";
define(['app'], function () {
NzbDrone.Episode.Summary.View = Backbone.Marionette.ItemView.extend({
template: 'Episode/Summary/ViewTemplate'
});
});