fix: date
Local Docker Build (Dev) / build-dev (push) Successful in 4s

This commit is contained in:
2025-10-14 16:04:19 -04:00
parent 0bf72c1e5c
commit bb9c12a0be
+3
View File
@@ -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 {