add user settings
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user