fix: shows not seeing airdates
Local Docker Build (Dev) / build-dev (push) Successful in 4s

This commit is contained in:
2025-10-16 09:17:03 -04:00
parent c5177ba920
commit 8a3e01d966
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.2.18
2.2.19
+1 -1
View File
@@ -168,7 +168,7 @@ class TVProcessor:
# Skip incomplete NFO files with "unknown" source or no useful dates
if source == "unknown" and not dateadded and not aired:
_log("INFO", f"S{season:02d}E{episode:02d}: Ignoring incomplete NFO file with source 'unknown' and no dates")
continue # Skip this NFO file, try other episode files or proceed to API lookup
break # Break out of NFO search to mark episode as needing API lookup
# Apply fallback logic if NFO has aired but no dateadded
if not dateadded and aired: