mirror of
https://gitlab.com/foxixus/neomovies.git
synced 2025-10-28 18:08:49 +05:00
Update 8 files
- /src/app/admin/login/AdminLoginClient.tsx - /src/app/admin/login/page.tsx - /src/api.ts - /src/app/api/auth/[...nextauth]/route.ts - /src/lib/api.ts - /src/lib/auth.ts - /src/components/MovieCard.tsx - /src/components/MoviePlayer.tsx
This commit is contained in:
@@ -87,7 +87,7 @@ const Rating = styled.div`
|
||||
right: 8px;
|
||||
padding: 4px 8px;
|
||||
border-radius: 6px;
|
||||
font-size: 17px;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
color: white;
|
||||
`;
|
||||
|
||||
@@ -210,7 +210,7 @@ export default function MoviePlayer({ id, title, poster, imdbId }: MoviePlayerPr
|
||||
<PlayerContainer>
|
||||
{settings.defaultPlayer === 'lumex' && imdbId ? (
|
||||
<StyledIframe
|
||||
src={`${process.env.NEXT_PUBLIC_LUMEX_URL}?imdb_id=${imdbId}`}
|
||||
src={`https://p.lumex.site/k1GbtOF2cX6p?&imdb_id=${imdbId}`}
|
||||
allow="fullscreen"
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user