zulip/zerver/webhooks/sonarr/fixtures/sonarr_test.json

20 lines
338 B
JSON
Raw Normal View History

2021-03-27 03:56:36 +01:00
{
"series": {
"id": 1,
"title": "Test Title",
"path": "C:\\testpath",
"tvdbId": 1234,
"tvMazeId": 0,
"type": "standard"
},
"episodes": [
{
"id": 123,
"episodeNumber": 1,
"seasonNumber": 1,
"title": "Test title"
}
],
"eventType": "Test"
}