Custom Tags - 2 different Episodes - both custom tags show first episodes name

I successfully created my first custom tag in

tonies.custom.json

I use custom nfc tags which are working fine.

my

tonies.custom.json

[
{
“model”: “NFC-flat”,
“audio_id”: [],
“hash”: [],
“series”: “Bibi Blocksberg”,
“episodes”: “Hexen gibt es doch (01)”,
“tracks”: [],
“language”: “de-de”
},
{
“model”: “Bewegungslieder”,
“audio_id”: [],
“hash”: [],
“series”: “NFC-flat”,
“episodes”: “Hört Ihr die Regenwürmer husten”,
“tracks”: []
},
{
“model”: “Bewegungslieder”,
“audio_id”: [],
“hash”: [],
“series”: “NFC-flat2”,
“episodes”: “Aramsamsam”,
“tracks”: []
}
]

When i give one custom tags the model with episodes “Hört ihr die Regenwürmer husten” and i give another custom tag the model “Aramsamsam” both are shown in teddycloud as “Hört ihr die Regenwürmer husten”.

Am i doing something wrong?

Please use unique models. That is the reason. Both entries share the same model.