diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-04-25 20:12:45 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-04-25 20:12:45 -0700 |
| commit | 5a38f9d8fd9253e6f7a1e2ba51cf8d124eee052e (patch) | |
| tree | 5b110ba02d056809fb166401c12c76e460a8f20e /main.py | |
| parent | 7ca095889d0753cca52bbc169f811dd153850960 (diff) | |
tag image with correct mimetype
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]: |
