mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fixed some UI issues
Fixed: Add folder won't show loading when there aren't any folders
This commit is contained in:
@@ -37,7 +37,7 @@ define(
|
||||
onRender: function () {
|
||||
this.currentDirs.show(new LoadingView());
|
||||
|
||||
if (RootFolderCollection.any()) {
|
||||
if (RootFolderCollection.synced) {
|
||||
this._showCurrentDirs();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user