mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07: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'
|
|
|
|
});
|
|
|
|
}); |