@@ -551,9 +551,12 @@ function showSmartFixModal(mediaType, options) {
|
|||||||
|
|
||||||
if (!modal || !title || !content) {
|
if (!modal || !title || !content) {
|
||||||
console.error('❌ SMART FIX: Modal elements not found!', {modal, title, content});
|
console.error('❌ SMART FIX: Modal elements not found!', {modal, title, content});
|
||||||
|
alert('Smart Fix modal not found - check console for details');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log('✅ SMART FIX: Modal elements found, proceeding to show Smart Fix modal');
|
||||||
|
|
||||||
if (mediaType === 'movie') {
|
if (mediaType === 'movie') {
|
||||||
title.textContent = `Fix Date for Movie: ${options.imdb_id}`;
|
title.textContent = `Fix Date for Movie: ${options.imdb_id}`;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user