From b7d4decd7c18352c02102156611a2a533a01e75c Mon Sep 17 00:00:00 2001 From: Florrie Date: Mon, 6 Jul 2020 22:34:48 -0300 Subject: update queue length as metadata is processed this makes a very nice animation of the duration going up as data is processed for new tracks :3 --- ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui.js b/ui.js index 0f8c12b..0bd512a 100644 --- a/ui.js +++ b/ui.js @@ -551,6 +551,7 @@ class AppElement extends FocusElement { handleProcessMetadataProgress(remaining) { this.metadataStatusLabel.text = `Processing metadata - ${remaining} to go.` + this.updateQueueLengthLabel() } handleQueueUpdated() { -- cgit 1.3.0-6-gf8a5