mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +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__) {
|
||||
console.log('=== CastMoviesScreen: Movie Press ===');
|
||||
console.log('Movie data:', {
|
||||
id: movie.id,
|
||||
title: movie.title,
|
||||
media_type: movie.media_type,
|
||||
release_date: movie.release_date,
|
||||
character: movie.character,
|
||||
popularity: movie.popularity,
|
||||
vote_average: movie.vote_average,
|
||||
isUpcoming: movie.isUpcoming
|
||||
});
|
||||
id: movie.id,
|
||||
title: movie.title,
|
||||
media_type: movie.media_type,
|
||||
release_date: movie.release_date,
|
||||
character: movie.character,
|
||||
popularity: movie.popularity,
|
||||
vote_average: movie.vote_average,
|
||||
isUpcoming: movie.isUpcoming
|
||||
});
|
||||
}
|
||||
|
||||
try {
|
||||
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