Files
tmdb-addon/addon/utils
mrcanelas 95549a0067 fix: add null safety checks for cache in checkSeasons utility
- Add null checks before using cache.get() and cache.set() methods
- Prevent "Cannot read properties of null" error when NO_CACHE is enabled
- Add graceful degradation when cache is not available
- Skip season checking functionality when cache is null

Fixes TypeError when accessing cache methods on null cache object
2025-07-05 23:30:01 -03:00
..