Four bugs found right after launch, all fixed here.
🐛 Bug Fixes
Addon URLs Containing Pipe Characters Failing to Install: If your Torrentio URL (or any other configured addon) had a | in it, it was being silently rejected by the server before the install even started. You'd paste the URL, hit install, and get an error with no explanation. This is now fixed.
Addon URLs with Commas Being Cut Off in Saved Addon Library: When adding an addon through the Saved Addon Library, the URL was being split at every comma — so a URL like qualityfilter=scr,cam,4k,... would get stored as just qualityfilter=scr and every install or health check after that would fail. It looked like the problem was everywhere, but the damage was happening at the moment you saved it. The input now handles commas in URLs correctly.
Saved Addon Card Dropdown Clipping in List View: The three-dot menu on saved addon rows was getting cut off near the bottom of the screen instead of flipping up. Fixed.
Auto-Restore Showing as Complete Before It Actually Was: When an offline addon triggered an auto-restore, the UI was marking it as restored before the recovery process had actually finished running in the background. It now waits for the restore to complete before updating the status.