mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
RootFolder removed from Series, going back to Path
This commit is contained in:
parent
75def198e4
commit
95a9a297bc
14 changed files with 21 additions and 98 deletions
|
@ -29,12 +29,10 @@ define([
|
|||
var self = this;
|
||||
|
||||
var quality = this.ui.qualityProfile.val();
|
||||
var rootFolderId = this.options.rootFolder.id;
|
||||
var folderName = this.options.folder.name;
|
||||
var path = this.options.folder.path;
|
||||
|
||||
this.model.set('qualityProfileId', quality);
|
||||
this.model.set('rootFolderId', rootFolderId);
|
||||
this.model.set('folderName', folderName);
|
||||
this.model.set('path', path);
|
||||
|
||||
this.model.save(undefined, {
|
||||
success: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue