mirror of https://github.com/zulip/zulip.git
20 lines
338 B
JSON
20 lines
338 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|