minor fix

This commit is contained in:
Yan Lin 2026-01-26 22:08:54 +01:00
parent daa3fc1e75
commit 82b569a133

View file

@ -376,7 +376,7 @@ SEASONNFO
local base="''${json_file%.info.json}"
local nfo_file="$base.nfo"
if [[ ! -f "$nfo_file" ]]; then
for ext in mp4 mkv webm; do
for ext in mp4 mkv webm m4a mp3 wav flac; do
[[ -f "$base.$ext" ]] && _generate_jellyfin_nfo "$base.$ext" && break
done
fi