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

@@ -95,3 +95,15 @@ export interface Tag {
name: string
categoryId: string
}
export interface UserSettings {
mixedAutoplay: boolean
mixedLoop: boolean
mixedMuted: boolean
moviesAutoplay: boolean
moviesLoop: boolean
moviesMuted: boolean
tvAutoplay: boolean
tvLoop: boolean
tvMuted: boolean
}