mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-17 18:58:58 +01:00
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:
parent
1544a89249
commit
1338f1e5c1
2
AAXtoMP3
2
AAXtoMP3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user