mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-29 04:10:00 +00:00
docs: Improve MB docs
This commit is contained in:
parent
c33ed61220
commit
a3aa0b9988
2 changed files with 175 additions and 18 deletions
|
|
@ -193,7 +193,7 @@ In a [Subsonic](/configuration/sources/subsonic) [File Config](/configuration?co
|
|||
"preCompare": [
|
||||
{
|
||||
"type": "native"
|
||||
// when "name" is not defined, uses first found "native" transformer
|
||||
"name": "MyNativeTransformer" // when "name" is not defined, uses first found "native" transformer
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -363,7 +363,7 @@ The actual value of each property may be different for each Stage. Check the doc
|
|||
|
||||
Generically, though, each property may be some value **or** an object combining a [`when` condition](#conditional-modification) and that value.
|
||||
|
||||
If none of the properties are specified in the stage then it's assumed all transformed data should be used.
|
||||
**If none of the properties are specified in the stage then it's assumed all transformed data should be used.**
|
||||
|
||||
:::note
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue