-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(videodetails): fading poster on top of page elements * fix(player): epg elements on top of player * fix(videodetails): normal poster clipping * chore: revert smooth scrolling on EPG screen * chore(epg): fix e2e tests * chore: fix prettier errors * fix(inlineplayer): player autostart setting not respected
- Loading branch information
1 parent
e490487
commit ef57976
Showing
12 changed files
with
178 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"assets": { | ||
"banner": "https://cdn.jwplayer.com/images/nwthWC1U.png" | ||
}, | ||
"content": [ | ||
{ | ||
"enableText": true, | ||
"featured": true, | ||
"contentId": "JSKF03bk", | ||
"type": "playlist" | ||
}, | ||
{ | ||
"enableText": true, | ||
"type": "favorites" | ||
}, | ||
{ | ||
"enableText": true, | ||
"type": "continue_watching" | ||
}, | ||
{ | ||
"enableText": true, | ||
"type": "playlist", | ||
"contentId": "dGSUzs9o" | ||
}, | ||
{ | ||
"enableText": true, | ||
"type": "playlist", | ||
"contentId": "xQaFzykq" | ||
} | ||
], | ||
"menu": [ | ||
{ | ||
"label": "Films", | ||
"contentId": "dGSUzs9o", | ||
"filterTags": "Action,Comedy,Fantasy,Drama", | ||
"type": "playlist" | ||
}, | ||
{ | ||
"label": "Courses", | ||
"contentId": "xQaFzykq", | ||
"filterTags": "Beginner,Advanced", | ||
"type": "playlist" | ||
} | ||
], | ||
"features": { | ||
"recommendationsPlaylist": "IHBjjkSN", | ||
"searchPlaylist": "D4soEviP", | ||
"favoritesList": "34CFUkws", | ||
"continueWatchingList": "IJvotI4w" | ||
}, | ||
"integrations": { | ||
"cleeng": { | ||
"id": "440058292", | ||
"useSandbox": true | ||
} | ||
}, | ||
"styling": { | ||
"backgroundColor": null, | ||
"highlightColor": null, | ||
"headerBackground": null, | ||
"dynamicBlur": false, | ||
"posterFading": false, | ||
"shelfTitles": true, | ||
"footerText": "\u00a9 Blender Foundation | [cloud.blender.org](https://cloud.blender.org)" | ||
}, | ||
"description": "Blender demo site", | ||
"analyticsToken": "lDd_MCg4EeuMunbqcIJccw", | ||
"player": "ou7L8htR", | ||
"siteName": "Blender (authvod)" | ||
} |
Oops, something went wrong.