mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-20 13:17:17 +00:00
9 lines
No EOL
176 B
JavaScript
9 lines
No EOL
176 B
JavaScript
"use strict";
|
|
define(['app'], function () {
|
|
|
|
NzbDrone.Episode.Layout = Backbone.Marionette.ItemView.extend({
|
|
template: 'Episode/Search/LayoutTemplate'
|
|
|
|
});
|
|
|
|
}); |