1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Add existing series no longer shows root dir

This commit is contained in:
Mark McDowall
2013-04-20 18:29:26 -07:00
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;