aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/users/user.model.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-31 16:55:32 +0200
committerChocobozzz <me@florianbigard.com>2020-07-31 16:55:32 +0200
commit7c87bce4715ca291c8e449d9de3d92c69725d45c (patch)
tree73b3ea127ded33ace48dd1672758a272daba8fc3 /client/src/app/core/users/user.model.ts
parentcb4eb74485c2044effdc7e43f4f5f92d430d2bc0 (diff)
downloadPeerTube-7c87bce4715ca291c8e449d9de3d92c69725d45c.tar.gz
PeerTube-7c87bce4715ca291c8e449d9de3d92c69725d45c.tar.zst
PeerTube-7c87bce4715ca291c8e449d9de3d92c69725d45c.zip
Fix anonymous user theme
Diffstat (limited to 'client/src/app/core/users/user.model.ts')
-rw-r--r--client/src/app/core/users/user.model.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/core/users/user.model.ts b/client/src/app/core/users/user.model.ts
index 6a56786d9..4256f370b 100644
--- a/client/src/app/core/users/user.model.ts
+++ b/client/src/app/core/users/user.model.ts
@@ -23,7 +23,8 @@ export class User implements UserServerModel {
23 AUTO_PLAY_VIDEO: 'auto_play_video', 23 AUTO_PLAY_VIDEO: 'auto_play_video',
24 SESSION_STORAGE_AUTO_PLAY_NEXT_VIDEO: 'auto_play_next_video', 24 SESSION_STORAGE_AUTO_PLAY_NEXT_VIDEO: 'auto_play_next_video',
25 AUTO_PLAY_VIDEO_PLAYLIST: 'auto_play_video_playlist', 25 AUTO_PLAY_VIDEO_PLAYLIST: 'auto_play_video_playlist',
26 THEME: 'last_active_theme', 26 THEME: 'theme',
27 LAST_ACTIVE_THEME: 'last_active_theme',
27 VIDEO_LANGUAGES: 'video_languages' 28 VIDEO_LANGUAGES: 'video_languages'
28 } 29 }
29 30