From 3fb377a107a082a747c7de79f1b19a7df4c7cc4e Mon Sep 17 00:00:00 2001 From: fabh2o Date: Fri, 5 Feb 2021 16:13:06 +0100 Subject: [PATCH] debug var publisher --- AAXtoMP3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index 6c9649b..29223d1 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -418,7 +418,7 @@ do # Big long DEBUG output. Fully describes the settings used for transcoding. # Note this is a long debug command. It's not critical to operation. It's purely for people debugging # and coders wanting to extend the script. - debug_vars "Book and Variable values" title auth_code mode aax_file container codec bitrate artist album_artist album album_date genre copyright narrator description output_file metadata_file working_directory + debug_vars "Book and Variable values" title auth_code mode aax_file container codec bitrate artist album_artist album album_date genre copyright narrator description publisher output_file metadata_file working_directory # ----- if [ "${continue}" == "0" ]; then