mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Added loading to recent folder list
This commit is contained in:
parent
040bfb08ce
commit
df1cb91a84
3 changed files with 7 additions and 3 deletions
|
@ -32,8 +32,12 @@ define(
|
|||
},
|
||||
|
||||
onRender: function () {
|
||||
var self = this;
|
||||
|
||||
RootFolderCollection.promise.done(function () {
|
||||
self.currentDirs.show(self.rootfolderListView);
|
||||
});
|
||||
|
||||
this.currentDirs.show(this.rootfolderListView);
|
||||
this.ui.pathInput.autoComplete('/directories');
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue