diff options
author | Chocobozzz <me@florianbigard.com> | 2023-01-23 15:25:21 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-01-23 15:25:21 +0100 |
commit | 8ca52bcc2c37d457e8b19a237c66b8dd1c00b6b9 (patch) | |
tree | 0ee8b530a2fc92e86329f77118070b003536120c /client/src/app/core | |
parent | ff71e06ad1ede135b8929c46c4b55a7dd3b65dc8 (diff) | |
parent | b1d8261c458f5c9a800539d0aebc749e53dfcdbe (diff) | |
download | PeerTube-8ca52bcc2c37d457e8b19a237c66b8dd1c00b6b9.tar.gz PeerTube-8ca52bcc2c37d457e8b19a237c66b8dd1c00b6b9.tar.zst PeerTube-8ca52bcc2c37d457e8b19a237c66b8dd1c00b6b9.zip |
Merge branch 'release/5.0.0' into develop
Diffstat (limited to 'client/src/app/core')
-rw-r--r-- | client/src/app/core/users/user-local-storage.service.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/core/users/user-local-storage.service.ts b/client/src/app/core/users/user-local-storage.service.ts index a047efe8e..d5fd1e447 100644 --- a/client/src/app/core/users/user-local-storage.service.ts +++ b/client/src/app/core/users/user-local-storage.service.ts | |||
@@ -125,7 +125,8 @@ export class UserLocalStorageService { | |||
125 | const localStorageKeys: { [ id in keyof UserUpdateMe ]: string } = { | 125 | const localStorageKeys: { [ id in keyof UserUpdateMe ]: string } = { |
126 | nsfwPolicy: UserLocalStorageKeys.NSFW_POLICY, | 126 | nsfwPolicy: UserLocalStorageKeys.NSFW_POLICY, |
127 | p2pEnabled: UserLocalStorageKeys.P2P_ENABLED, | 127 | p2pEnabled: UserLocalStorageKeys.P2P_ENABLED, |
128 | autoPlayNextVideo: UserLocalStorageKeys.AUTO_PLAY_VIDEO, | 128 | autoPlayVideo: UserLocalStorageKeys.AUTO_PLAY_VIDEO, |
129 | autoPlayNextVideo: UserLocalStorageKeys.AUTO_PLAY_NEXT_VIDEO, | ||
129 | autoPlayNextVideoPlaylist: UserLocalStorageKeys.AUTO_PLAY_VIDEO_PLAYLIST, | 130 | autoPlayNextVideoPlaylist: UserLocalStorageKeys.AUTO_PLAY_VIDEO_PLAYLIST, |
130 | theme: UserLocalStorageKeys.THEME, | 131 | theme: UserLocalStorageKeys.THEME, |
131 | videoLanguages: UserLocalStorageKeys.VIDEO_LANGUAGES | 132 | videoLanguages: UserLocalStorageKeys.VIDEO_LANGUAGES |