]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user-update-me.model.ts
Fix saved mute in embed
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-update-me.model.ts
index 6e6cd711501e073c2912e6ec9a966475fafe360c..db6539cd2211f41768d5692efe6b5af90587276c 100644 (file)
@@ -7,10 +7,17 @@ export interface UserUpdateMe {
 
   webTorrentEnabled?: boolean
   autoPlayVideo?: boolean
+  autoPlayNextVideo?: boolean
+  autoPlayNextVideoPlaylist?: boolean
   videosHistoryEnabled?: boolean
   videoLanguages?: string[]
 
   email?: string
   currentPassword?: string
   password?: string
+
+  theme?: string
+
+  noInstanceConfigWarningModal?: boolean
+  noWelcomeModal?: boolean
 }