mirror of
https://github.com/jely2002/youtube-dl-gui.git
synced 2021-11-01 22:46:21 +03:00
fix: download button not updating after a big playlist gets added (#50)
This commit is contained in:
@@ -87,6 +87,7 @@ class QueryManager {
|
||||
}
|
||||
}
|
||||
setTimeout(() => this.updateGlobalButtons(), 700); //This feels kinda hacky, maybe find a better way sometime.
|
||||
setTimeout(() => this.updateGlobalButtons(), 2000); //This feels even more hacky, maybe find a better way sometime.
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user