mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
95549a0067
- 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