zulip/zerver/webhooks/lidarr/fixtures/lidarr_test.json

17 lines
278 B
JSON
Raw Normal View History

2021-03-28 00:11:00 +01:00
{
"albums": [
{
"id": 123,
"title": "Test title",
"qualityVersion": 0
}
],
"eventType": "Test",
"artist": {
"id": 1,
"name": "Test Name",
"path": "C:\\testpath",
"mbId": "aaaaa-aaa-aaaa-aaaaaa"
}
}