orontee / argos

Light weight front-end for Mopidy music server
GNU General Public License v3.0
19 stars 4 forks source link

Enter/exit directory can run multiple concurrent directory completion tasks #133

Closed orontee closed 1 year ago

orontee commented 1 year ago

To reproduce: Enter a directory with huge number of tracks (> 4000), exit, and re-enter that directory. A second task is run.

The model update works fine but the cycle waste should be fixed. With #132, the progress bar tracks both tasks and will make users crazy!