mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-30 21:00:13 +00:00
docs: Fix compare example
This commit is contained in:
parent
5c460ad747
commit
2bed7be654
1 changed files with 2 additions and 4 deletions
|
|
@ -159,8 +159,8 @@ The `compare` [hook](#hook) is slightly different than `preCompare` and `postCom
|
|||
"options": {
|
||||
"playTransform": {
|
||||
"compare": {
|
||||
"candidate": [/* ... */], // modify the "new" Play being compared
|
||||
"existing": [/* ... */], // modify all "existing" Play/Scrobbles the new Play is being compared against
|
||||
"candidate": {/* ... */}, // modify the "new" Play being compared
|
||||
"existing": {/* ... */}, // modify all "existing" Play/Scrobbles the new Play is being compared against
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
@ -203,9 +203,7 @@ Removes the phrase `(Album Version)` from the Title of a Play/Scrobble
|
|||
"playTransform": {
|
||||
"preCompare": {
|
||||
"title": [
|
||||
[
|
||||
"(Album Version)"
|
||||
]
|
||||
]
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue