mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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