feat(tv): add background theme music playback

This commit is contained in:
Fredrik Burmester
2026-01-28 22:08:32 +01:00
parent 2ff9625903
commit 409629bb4a
10 changed files with 278 additions and 0 deletions

View File

@@ -220,6 +220,7 @@ export type Settings = {
showTVHeroCarousel: boolean;
tvTypographyScale: TVTypographyScale;
showSeriesPosterOnEpisode: boolean;
tvThemeMusicEnabled: boolean;
// Appearance
hideRemoteSessionButton: boolean;
hideWatchlistsTab: boolean;
@@ -316,6 +317,7 @@ export const defaultValues: Settings = {
showTVHeroCarousel: true,
tvTypographyScale: TVTypographyScale.Default,
showSeriesPosterOnEpisode: false,
tvThemeMusicEnabled: true,
// Appearance
hideRemoteSessionButton: false,
hideWatchlistsTab: false,