From ffbc592bf89dafe8bb6a6fee0e3bfa8462a543e6 Mon Sep 17 00:00:00 2001 From: fabh2o Date: Sun, 7 Feb 2021 11:32:18 +0100 Subject: [PATCH] correct playlist name? --- AAXtoMP3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index 6ce970a..5524216 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -532,9 +532,9 @@ do # for more detail if [ "${mode}" == "chaptered" ]; then # Playlist m3u support - playlist_file="${output_directory}/${fileNameScheme}.m3u" + playlist_file="${output_directory}/${currentFileNameScheme}.m3u" if [ "${continue}" == "0" ]; then - log "Creating PlayList ${fileNameScheme}.m3u" + log "Creating PlayList ${currentFileNameScheme}.m3u" echo '#EXTM3U' > "${playlist_file}" fi