Fix type errors and use ConnectionState enum

This commit is contained in:
Bill Thornton
2025-04-21 16:39:32 -04:00
parent a5f6be85f5
commit 3188c1bc6b
7 changed files with 28 additions and 21 deletions
@@ -1,10 +0,0 @@
/**
* Server state values for a connected server used by jellyfin-apiclient.
*/
export enum ConnectionState {
SignedIn = 'SignedIn',
ServerSignIn = 'ServerSignIn',
ServerSelection = 'ServerSelection',
ServerUpdateNeeded = 'ServerUpdateNeeded',
Unavailable = 'Unavailable'
}