Fix incorrect variable name bug

Fix misleading variable name.  `$author` -> `$artist`

This took 30 mins of head pounding to figure out what was wrong :-)
This commit is contained in:
Benjamin Porter 2023-01-02 15:42:08 -07:00
parent 1544a89249
commit 1338f1e5c1

View File

@ -16,7 +16,7 @@ level=-1 # Compression level. Can be given for mp3, flac and
mode=chaptered # Multi file output
auth_code= # Required to be set via file or option.
targetdir= # Optional output location. Note default is basedir of AAX file.
dirNameScheme= # Custom directory naming scheme, default is $genre/$author/$title
dirNameScheme= # Custom directory naming scheme, default is $genre/$artist/$title
customDNS=0
fileNameScheme= # Custom file naming scheme, default is $title
customFNS=0