mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 10:19:41 +00:00
95a6dfc34e
summary tab is working.
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'
|
|
});
|
|
|
|
}); |