fix(jellyfin): harden local discovery flow

This commit is contained in:
edde746
2026-05-31 14:33:31 +02:00
parent e3db54940d
commit 1b5334e72f
10 changed files with 397 additions and 81 deletions
@@ -49,7 +49,7 @@ class _EditJellyfinConnectionScreenState extends State<EditJellyfinConnectionScr
preferredUrl: widget.connection.baseUrl,
expectedMachineId: widget.connection.serverMachineId,
baseUrlsToPersist: input.explicitBaseUrls,
baseUrlsToValidate: input.explicitBaseUrls,
baseUrlValidationGroups: input.validationBaseUrlGroups,
);
final updated = widget.connection.copyWith(
baseUrl: endpoint.activeBaseUrl,