aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/users/user-local-storage.service.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-15 11:32:08 +0100
committerChocobozzz <me@florianbigard.com>2023-02-15 11:32:08 +0100
commit6a7cea15271cf30c4b06c7981bff5201978337e8 (patch)
tree90fda9efcd412696be0f2da3597803ddc1afa4c2 /client/src/app/core/users/user-local-storage.service.ts
parente81d45b4cb6462029661a525315529b02261722d (diff)
downloadPeerTube-6a7cea15271cf30c4b06c7981bff5201978337e8.tar.gz
PeerTube-6a7cea15271cf30c4b06c7981bff5201978337e8.tar.zst
PeerTube-6a7cea15271cf30c4b06c7981bff5201978337e8.zip
Fix live update of autoplay next video
Diffstat (limited to 'client/src/app/core/users/user-local-storage.service.ts')
-rw-r--r--client/src/app/core/users/user-local-storage.service.ts1
1 files changed, 1 insertions, 0 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 d5fd1e447..1e629249a 100644
--- a/client/src/app/core/users/user-local-storage.service.ts
+++ b/client/src/app/core/users/user-local-storage.service.ts
@@ -168,6 +168,7 @@ export class UserLocalStorageService {
168 UserLocalStorageKeys.NSFW_POLICY, 168 UserLocalStorageKeys.NSFW_POLICY,
169 UserLocalStorageKeys.P2P_ENABLED, 169 UserLocalStorageKeys.P2P_ENABLED,
170 UserLocalStorageKeys.AUTO_PLAY_VIDEO, 170 UserLocalStorageKeys.AUTO_PLAY_VIDEO,
171 UserLocalStorageKeys.AUTO_PLAY_NEXT_VIDEO,
171 UserLocalStorageKeys.AUTO_PLAY_VIDEO_PLAYLIST, 172 UserLocalStorageKeys.AUTO_PLAY_VIDEO_PLAYLIST,
172 UserLocalStorageKeys.THEME, 173 UserLocalStorageKeys.THEME,
173 UserLocalStorageKeys.VIDEO_LANGUAGES 174 UserLocalStorageKeys.VIDEO_LANGUAGES