This commit is contained in:
@@ -533,6 +533,6 @@
|
|||||||
<!-- Toast Notifications -->
|
<!-- Toast Notifications -->
|
||||||
<div class="toast-container" id="toast-container"></div>
|
<div class="toast-container" id="toast-container"></div>
|
||||||
|
|
||||||
<script src="/static/js/app.js?v=2.8.2-20241026-airdate-fix"></script>
|
<script src="/static/js/app.js?v=3.0.0-debug-airdate"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -1047,6 +1047,13 @@ async function handleEnhancedEditSubmit(event) {
|
|||||||
const dateadded = document.getElementById('edit-dateadded').value;
|
const dateadded = document.getElementById('edit-dateadded').value;
|
||||||
const source = document.getElementById('edit-source').value;
|
const source = document.getElementById('edit-source').value;
|
||||||
|
|
||||||
|
console.log('🔍 DEBUG: handleEnhancedEditSubmit called with:', {
|
||||||
|
dateadded: dateadded,
|
||||||
|
source: source,
|
||||||
|
mediaType: mediaType,
|
||||||
|
imdbId: imdbId
|
||||||
|
});
|
||||||
|
|
||||||
if (!dateadded && source !== 'airdate') {
|
if (!dateadded && source !== 'airdate') {
|
||||||
showToast('Please enter a date', 'warning');
|
showToast('Please enter a date', 'warning');
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user