Release 2.3.1

This commit is contained in:
2025-07-08 16:46:00 +03:00
parent bf3e231f67
commit eaf5e21ea1
11 changed files with 267 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ import { getImageUrl } from '@/lib/neoApi';
import type { TVShowDetails } from '@/lib/api';
import MoviePlayer from '@/components/MoviePlayer';
import FavoriteButton from '@/components/FavoriteButton';
import Reactions from '@/components/Reactions';
import { formatDate } from '@/lib/utils';
import { PlayCircle, ArrowLeft } from 'lucide-react';
@@ -132,6 +133,10 @@ export default function TVContent({ showId, initialShow }: TVContentProps) {
/>
</div>
<div className="mt-8">
<Reactions mediaId={show.id.toString()} mediaType="tv" />
</div>
{imdbId && (
<div id="movie-player" className="mt-10 hidden md:block rounded-lg bg-secondary/50 p-4 shadow-inner">
<MoviePlayer