mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 09:37:12 +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'
|
|
});
|
|
|
|
}); |