Skip to content

Commit

Permalink
Fix live stream thumbnail URL
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol committed Oct 5, 2023
1 parent 2373e8c commit 241b3d5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/oas_apivideo.yaml-defaut-cli.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b81bc1a775a59afdd386a47746d16f2c79dc58f2040c663443f51e5cb3e5ceb8
95ec52aef197bd0f892688a0cc7a806363f5334c7db059d1d4886b6c49962fb9
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"iframe" : "<iframe src=\"https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>",
"player" : "https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5",
"hls" : "https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8",
"thumbnail" : "https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg"
"thumbnail" : "https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"iframe" : "<iframe src=\"https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>",
"player" : "https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5",
"hls" : "https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8",
"thumbnail" : "https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg"
"thumbnail" : "https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg"
}
}
4 changes: 2 additions & 2 deletions tests/resources/payloads/livestreams/list/responses/200.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"iframe" : "<iframe src=\"https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>",
"player" : "https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr",
"hls" : "https://live.api.video/li400mYKSgQ6xs7taUeSaEKr.m3u8",
"thumbnail" : "https://cdn.api.video/live/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg"
"thumbnail" : "https://live.api.video/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg"
}
}, {
"liveStreamId" : "li4pqNqGUkhKfWcBGpZVLRY5",
Expand All @@ -43,7 +43,7 @@
"iframe" : "<iframe src=\"https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>",
"player" : "https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5",
"hls" : "https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8",
"thumbnail" : "https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg"
"thumbnail" : "https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg"
}
} ],
"pagination" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"iframe" : "<iframe src=\"https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>",
"player" : "https://embed.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5",
"hls" : "https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5.m3u8",
"thumbnail" : "https://cdn.api.video/live/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg"
"thumbnail" : "https://live.api.video/li4pqNqGUkhKfWcBGpZVLRY5/thumbnail.jpg"
}
}

0 comments on commit 241b3d5

Please sign in to comment.