mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-01 05:35:46 +01:00
defaults.ini: Add comment about setting int/float custom columns to None
This commit is contained in:
parent
263c840f30
commit
5992f835fb
1 changed files with 3 additions and 1 deletions
|
|
@ -341,7 +341,9 @@ conditionals_use_lists:true
|
|||
|
||||
## Literal strings can be set into custom columns using double quotes.
|
||||
## Each metadata=>column mapping must be on a separate line and each
|
||||
## needs to have one space at the start of each line.
|
||||
## needs to have one space at the start of each line. There is also a
|
||||
## special case for Integer and Float type custom columns: The static
|
||||
## value "None" will clear the column.
|
||||
|
||||
## 'r_anthaver' and 'n_anthaver' can be used to indicate the same as
|
||||
## 'r' and 'n' for normal downloads, but to average the metadata for
|
||||
|
|
|
|||
Loading…
Reference in a new issue