Hotfix: createindex: fix ID3v1 genre index path

This commit is contained in:
Vincent Riquer 2025-10-12 15:04:35 +02:00 committed by ScriptFanix
parent 325bdb3c96
commit 75159a4e2b

View File

@ -38,7 +38,7 @@ LC_ALL=C
shopt -s extglob shopt -s extglob
source ./share/id3genres source "$SHAREDIR"/id3genres
for function in "$LIBDIR"/*/* for function in "$LIBDIR"/*/*
do do