minor fix
This commit is contained in:
parent
daa3fc1e75
commit
82b569a133
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue