mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Fixed some UI issues
Fixed: Add folder won't show loading when there aren't any folders
This commit is contained in:
parent
aa26d68f18
commit
f14fff676e
3 changed files with 6 additions and 3 deletions
|
@ -37,7 +37,10 @@ define(
|
|||
|
||||
initialize: function () {
|
||||
QualityProfileCollection.fetch();
|
||||
RootFolderCollection.fetch();
|
||||
RootFolderCollection.fetch()
|
||||
.done(function () {
|
||||
RootFolderCollection.synced = true;
|
||||
});
|
||||
},
|
||||
|
||||
onShow: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue