mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Series episode count legend added
This commit is contained in:
parent
3f85104d18
commit
35d29df864
8 changed files with 76 additions and 35 deletions
9
UI/Series/Index/LegendView.js
Normal file
9
UI/Series/Index/LegendView.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
define(
|
||||
[
|
||||
'marionette'
|
||||
], function (Marionette) {
|
||||
return Marionette.CompositeView.extend({
|
||||
template: 'Series/Index/LegendViewTemplate'
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue