Files
tmdb-addon/addon
mrcanelas 1700497f48 fix: prevent null reference error in parseConfig function
- Add null safety checks to prevent "Cannot read properties of null" error
- Ensure parseConfig always returns a valid object, even with null/undefined input
- Add fallback object ({}) to all parseConfig calls in index.js
- Improve error handling for catalogChoices parameter
- Closes #987

Fixes TypeError when accessing config.language on null config object
2025-07-05 22:31:20 -03:00
..