Skip to content

Commit

Permalink
fix tricky trials matches for records
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixaurora committed Jul 6, 2024
1 parent bb516a9 commit 2448a7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/albums/tricky_trials.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@
"artist": "kit_tunes.artists.lena_raine"
},
{
"matches": [],
"matches": [
"creator"
],
"name": "Creator",
"artist": "kit_tunes.artists.lena_raine"
},
{
"matches": [
"creator"
"creator_music_box"
],
"name": "Creator (Music Box Version)",
"artist": "kit_tunes.artists.lena_raine"
Expand Down

0 comments on commit 2448a7b

Please sign in to comment.