X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fusers%2Fuser-update-me.model.ts;h=db6539cd2211f41768d5692efe6b5af90587276c;hb=afff310e50f2fa8419bb4242470cbde46ab54463;hp=e24afab940848d92350963d1303b16d34d759765;hpb=8b9a525a180cc9f3a98c334cc052dcfc8f36dcd4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/users/user-update-me.model.ts b/shared/models/users/user-update-me.model.ts index e24afab94..db6539cd2 100644 --- a/shared/models/users/user-update-me.model.ts +++ b/shared/models/users/user-update-me.model.ts @@ -7,9 +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 }