mirror of
https://gitlab.com/foxixus/neomovies.git
synced 2025-10-27 17:38:50 +05:00
Release 2.3.2
This commit is contained in:
@@ -6,6 +6,7 @@ import { tvAPI } from '@/lib/api';
|
||||
import { getImageUrl } from '@/lib/neoApi';
|
||||
import type { TVShowDetails } from '@/lib/api';
|
||||
import MoviePlayer from '@/components/MoviePlayer';
|
||||
import TorrentSelector from '@/components/TorrentSelector';
|
||||
import FavoriteButton from '@/components/FavoriteButton';
|
||||
import Reactions from '@/components/Reactions';
|
||||
import { formatDate } from '@/lib/utils';
|
||||
@@ -145,6 +146,11 @@ export default function TVContent({ showId, initialShow }: TVContentProps) {
|
||||
poster={show.poster_path || ''}
|
||||
imdbId={imdbId}
|
||||
/>
|
||||
<TorrentSelector
|
||||
imdbId={imdbId}
|
||||
type="tv"
|
||||
totalSeasons={show.number_of_seasons}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user