mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
changes
This commit is contained in:
parent
97ba1ef42b
commit
b1694be4a2
2 changed files with 11 additions and 10 deletions
|
|
@ -209,15 +209,16 @@ const CastMoviesScreen: React.FC = () => {
|
||||||
if (__DEV__) {
|
if (__DEV__) {
|
||||||
console.log('=== CastMoviesScreen: Movie Press ===');
|
console.log('=== CastMoviesScreen: Movie Press ===');
|
||||||
console.log('Movie data:', {
|
console.log('Movie data:', {
|
||||||
id: movie.id,
|
id: movie.id,
|
||||||
title: movie.title,
|
title: movie.title,
|
||||||
media_type: movie.media_type,
|
media_type: movie.media_type,
|
||||||
release_date: movie.release_date,
|
release_date: movie.release_date,
|
||||||
character: movie.character,
|
character: movie.character,
|
||||||
popularity: movie.popularity,
|
popularity: movie.popularity,
|
||||||
vote_average: movie.vote_average,
|
vote_average: movie.vote_average,
|
||||||
isUpcoming: movie.isUpcoming
|
isUpcoming: movie.isUpcoming
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (__DEV__) console.log('Attempting to get Stremio ID for:', movie.media_type, movie.id.toString());
|
if (__DEV__) console.log('Attempting to get Stremio ID for:', movie.media_type, movie.id.toString());
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 90fd3dd10d6ccbef30e9ce68d81c483a5552c378
|
Subproject commit 32919f9cb06e4f2cfa77978bd8c1fb612ba9581f
|
||||||
Loading…
Reference in a new issue