Skip to content

Commit d8aefd4

Browse files
committed
fix: bump beets-autogenre 0.5.1
This prevents a crash on import when the genre is attempted to be derived from essentia data but essentia was unable to extract the data.
1 parent 7c47245 commit d8aefd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-plugins

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN set -eux; \
2727
beets-xtractor==0.4.1 \
2828
beets-describe==0.0.4 \
2929
beets-ytimport==1.9.0 \
30-
beets-autogenre==0.5.0 \
30+
beets-autogenre==0.5.1 \
3131
ytmusicapi==1.7.5 \
3232
yt-dlp==2024.08.06; \
3333
apk del --purge $BUILD_DEPS

0 commit comments

Comments
 (0)