diff options
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ import syncedlyrics from mutagen.flac import FLAC import ffmpeg -_lyrics_semaphore = threading.Semaphore(1) +_lyrics_semaphore = threading.Semaphore(3) def iter_files(base: Path) -> Iterator[Path]: |
