mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-12 09:15:35 +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'
|
|
});
|
|
|
|
}); |