🐛 Bug Fix
- Fixed
cfg is not definederror that broke the card regardless of Radarr/Sonarr configuration. Changed barecfg.show_shimmertothis._config.show_shimmerin the_render()CSS template literal (line 1006).
What happened
The show_shimmer CSS conditional referenced a variable cfg that was never defined in scope, causing a ReferenceError that prevented the entire card from rendering. All other config values correctly use this._config.* — this was the lone stray reference.