From 40342339ceac68f84ec441e0656dc5aced3b21ba Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 11 May 2020 08:52:26 +0200 Subject: [PATCH] add threaded option to beet --- beets/.config/beets/config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/beets/.config/beets/config.yaml b/beets/.config/beets/config.yaml index 09f219e..773f17b 100644 --- a/beets/.config/beets/config.yaml +++ b/beets/.config/beets/config.yaml @@ -37,4 +37,6 @@ fetchart: auto: yes chroma: - auto: no + auto: no + +threaded: yes