[codex] Fix Jellyfin setup and discovery toggle (#59)

This commit is contained in:
2026-05-02 19:56:10 -07:00
committed by GitHub
parent 27f5b2bb58
commit db30c61327
38 changed files with 1372 additions and 107 deletions
+1
View File
@@ -273,6 +273,7 @@ export interface ResolvedConfig {
jellyfin: {
enabled: boolean;
serverUrl: string;
recentServers: string[];
username: string;
deviceId: string;
clientName: string;