aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/LiveTv/SchedulesDirect/TestData/schedules_response.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests/LiveTv/SchedulesDirect/TestData/schedules_response.json')
-rw-r--r--tests/Jellyfin.Server.Implementations.Tests/LiveTv/SchedulesDirect/TestData/schedules_response.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/LiveTv/SchedulesDirect/TestData/schedules_response.json b/tests/Jellyfin.Server.Implementations.Tests/LiveTv/SchedulesDirect/TestData/schedules_response.json
new file mode 100644
index 0000000000..f474f3aff2
--- /dev/null
+++ b/tests/Jellyfin.Server.Implementations.Tests/LiveTv/SchedulesDirect/TestData/schedules_response.json
@@ -0,0 +1,35 @@
+[
+ {
+ "stationID": "20454",
+ "programs": [
+ {
+ "programID": "SH005371070000",
+ "airDateTime": "2015-03-03T00:00:00Z",
+ "duration": 1800,
+ "md5": "Sy8HEMBPcuiAx3FBukUhKQ",
+ "new": true,
+ "audioProperties": [
+ "stereo",
+ "cc"
+ ],
+ "videoProperties": [
+ "hdtv"
+ ]
+ },
+ {
+ "programID": "EP000014577244",
+ "airDateTime": "2015-03-03T00:30:00Z",
+ "duration": 1800,
+ "md5": "25DNXVXO192JI7Y9vSW9lQ",
+ "new": true,
+ "audioProperties": [
+ "stereo",
+ "cc"
+ ],
+ "videoProperties": [
+ "hdtv"
+ ]
+ }
+ ]
+ }
+]