mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Add existing series no longer shows root dir
This commit is contained in:
parent
dfaf0db566
commit
d49eb41f76
3 changed files with 9 additions and 4 deletions
|
@ -9,6 +9,10 @@ define([
|
|||
'click .x-add': 'addSeries'
|
||||
},
|
||||
|
||||
initialize: function () {
|
||||
this.model.set('isExisting', true);
|
||||
},
|
||||
|
||||
addSeries: function () {
|
||||
|
||||
var self = this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue