server add/edit refactor, allow jellyfin prefer instant mix

This commit is contained in:
Kendall Garner 2025-09-28 19:19:24 -07:00
parent eb0ccec0bc
commit 6df270ba34
No known key found for this signature in database
GPG key ID: 9355F387FE765C94
5 changed files with 91 additions and 30 deletions

View file

@ -89,6 +89,7 @@ export type ServerListItem = {
id: string;
name: string;
ndCredential?: string;
preferInstantMix?: boolean;
savePassword?: boolean;
type: ServerType;
url: string;