mirror of
https://github.com/Readarr/Readarr
synced 2025-12-21 07:45:52 +01: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'
|
|
|
|
});
|
|
|
|
}); |