mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2025-04-18 18:44:41 -04: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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue