mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Episode details file uses backgrid
This commit is contained in:
parent
c7d3a07219
commit
3f8f0c2130
6 changed files with 66 additions and 36 deletions
11
UI/Episode/Summary/NoFileView.js
Normal file
11
UI/Episode/Summary/NoFileView.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
define(
|
||||
[
|
||||
'marionette'
|
||||
], function (Marionette) {
|
||||
|
||||
return Marionette.ItemView.extend({
|
||||
template: 'Episode/Summary/NoFileViewTemplate'
|
||||
});
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue