mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 08:56:56 +01:00
In the multithreaded version, the "directory done" state was written before other progress states, causing it to be overwritten. This was because I had stupidly put the "done" message in the initial generator, which of course finishes before the entire pipeline finished. This manifested as two problems: the tagger would always want to "resume" even when it had finished the last time; "aBort"ing the process would not cause the next run to resume. |
||
|---|---|---|
| .. | ||
| autotag | ||
| ui | ||
| __init__.py | ||
| library.py | ||
| mediafile.py | ||
| plugins.py | ||