From 82b569a13380c037e7c3db241cd39261a79028f0 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 26 Jan 2026 22:08:54 +0100 Subject: [PATCH] minor fix --- modules/yt-dlp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/yt-dlp.nix b/modules/yt-dlp.nix index 1b1a16a..f6ea4b5 100644 --- a/modules/yt-dlp.nix +++ b/modules/yt-dlp.nix @@ -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