|
|
@ -39,9 +39,6 @@ define(
|
|
|
|
SeriesCollection.fetch();
|
|
|
|
SeriesCollection.fetch();
|
|
|
|
QualityProfileCollection.fetch();
|
|
|
|
QualityProfileCollection.fetch();
|
|
|
|
RootFolderCollection.fetch();
|
|
|
|
RootFolderCollection.fetch();
|
|
|
|
|
|
|
|
|
|
|
|
this.rootFolderLayout = new RootFolderLayout();
|
|
|
|
|
|
|
|
this.rootFolderLayout.on('folderSelected', this._folderSelected, this);
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
onShow: function () {
|
|
|
|
onShow: function () {
|
|
|
@ -55,6 +52,8 @@ define(
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
_importSeries: function () {
|
|
|
|
_importSeries: function () {
|
|
|
|
|
|
|
|
this.rootFolderLayout = new RootFolderLayout();
|
|
|
|
|
|
|
|
this.rootFolderLayout.on('folderSelected', this._folderSelected, this);
|
|
|
|
App.modalRegion.show(this.rootFolderLayout);
|
|
|
|
App.modalRegion.show(this.rootFolderLayout);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|