mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Added search button/menu to series details grid
Also fixed some names to make name navigation easier.
This commit is contained in:
parent
4a3410f85a
commit
7320342123
11 changed files with 120 additions and 11 deletions
|
@ -29,7 +29,7 @@ define(
|
|||
},
|
||||
|
||||
render: function () {
|
||||
this.$el.html('');
|
||||
this.$el.empty();
|
||||
|
||||
if (this.model.get('downloadAllowed'))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue