add user settings

This commit is contained in:
Garret Patti
2026-04-05 18:15:08 -04:00
parent eecee9bc5f
commit 5b5503b7a6
11 changed files with 363 additions and 9 deletions

View File

@@ -142,6 +142,7 @@ export default function TvView({ libraryId }: Props) {
url={videoUrl}
name={playingEpisode.title}
onClose={() => setPlayingEpisode(null)}
context="tv"
/>
)
}