@@ -551,9 +551,12 @@ function showSmartFixModal(mediaType, options) {
|
||||
|
||||
if (!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;
|
||||
}
|
||||
|
||||
console.log('✅ SMART FIX: Modal elements found, proceeding to show Smart Fix modal');
|
||||
|
||||
if (mediaType === 'movie') {
|
||||
title.textContent = `Fix Date for Movie: ${options.imdb_id}`;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user