5b9f5c44e1
Local Docker Build (Dev) / build-dev (push) Successful in 4s
The issue was that TIER 2 (NFO cache) wasn't applying the aired date fallback when NFO files contained aired dates but no dateadded values. This caused episodes like "The Chosen" to show "no date added just air" because the system would find lockdata in TIER 2 but reject it due to missing dateadded, without applying the fallback logic. Changes: - Enhanced TIER 2 NFO processing to apply aired->dateadded fallback - Added debug logging for NFO fallback cases - Updated version to 2.0.23 🤖 Generated with [Claude Code](https://claude.ai/code)