mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Add existing series no longer shows root dir
This commit is contained in:
@@ -9,6 +9,10 @@ define([
|
||||
'click .x-add': 'addSeries'
|
||||
},
|
||||
|
||||
initialize: function () {
|
||||
this.model.set('isExisting', true);
|
||||
},
|
||||
|
||||
addSeries: function () {
|
||||
|
||||
var self = this;
|
||||
|
||||
Reference in New Issue
Block a user