feat(casting): replace H265 toggle with Chromecast profile selector

This commit is contained in:
Uruk
2026-05-21 02:32:18 +02:00
parent bcf6b705e1
commit 6e63afc61a
2 changed files with 50 additions and 8 deletions

View File

@@ -181,7 +181,6 @@ export type Settings = {
jellyseerrServerUrl?: string;
useKefinTweaks: boolean;
hiddenLibraries?: string[];
enableH265ForChromecast: boolean;
/** Chromecast profile selection mode. "auto" detects per device. */
chromecastProfile: ChromecastProfileMode;
/** Optional manual Chromecast video bitrate cap, in bits per second. */
@@ -276,7 +275,6 @@ export const defaultValues: Settings = {
jellyseerrServerUrl: undefined,
useKefinTweaks: false,
hiddenLibraries: [],
enableH265ForChromecast: false,
chromecastProfile: "auto",
chromecastMaxBitrate: undefined,
maxAutoPlayEpisodeCount: { key: "3", value: 3 },