mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-07-31 07:17:10 -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