diff options
author | John Stebbins <[email protected]> | 2019-06-27 08:06:40 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-06-27 08:06:40 -0700 |
commit | 4aee603988108416dbf7753421e035d389d67089 (patch) | |
tree | a1e54354c8889cadde766a11f372f24a83f059cb /gtk/src | |
parent | bdec95812add5c2c74e57eed2d7778ece112f22b (diff) |
LinGui: update queue stats during queue scan
Diffstat (limited to 'gtk/src')
-rw-r--r-- | gtk/src/callbacks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c index 7c661c415..5027f9128 100644 --- a/gtk/src/callbacks.c +++ b/gtk/src/callbacks.c @@ -4145,6 +4145,7 @@ ghb_backend_events(signal_user_data_t *ud) // happens fast enough that it can be missed gtk_label_set_text(work_status, _("Scanning ...")); gtk_progress_bar_set_fraction(progress, status.queue.progress); + ghb_queue_update_live_stats(ud, index, &status.queue); ghb_queue_progress_set_fraction(ud, index, status.queue.progress); } else if (status.queue.state & GHB_STATE_SCANDONE) |