mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
parent
c646a9c849
commit
a4287c3709
2 changed files with 1 additions and 7 deletions
|
|
@ -317,6 +317,7 @@
|
|||
|
||||
.title-label {
|
||||
flex: 1;
|
||||
max-height: 2.6em;
|
||||
padding-left: 1.5rem;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
|
|
|
|||
|
|
@ -201,8 +201,6 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
nextVideo();
|
||||
|
||||
const deepLinks = player.nextVideo.deepLinks;
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(deepLinks);
|
||||
if (deepLinks.metaDetailsStreams && deepLinks.player) {
|
||||
window.location.replace(deepLinks.metaDetailsStreams);
|
||||
window.location.href = deepLinks.player;
|
||||
|
|
@ -600,11 +598,6 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
};
|
||||
}, []);
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(player);
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(video);
|
||||
|
||||
return (
|
||||
<div className={classnames(styles['player-container'], { [styles['overlayHidden']]: overlayHidden })}
|
||||
onMouseDown={onContainerMouseDown}
|
||||
|
|
|
|||
Loading…
Reference in a new issue