mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-08-02 00:06:25 -04:00
Default wizard steps were duplicated once per server instance of the same type (e.g., 2 Plex servers → 6 steps instead of 3). Deduplicate the server type list before loading steps so each type's steps appear only once. Also add the missing wizard_bundle_id parameter to the invitation creation API, matching the existing web UI capability. Closes #1219