diff --git a/client/src/root-helpers/users/user-local-storage-keys.ts b/client/src/root-helpers/users/user-local-storage-keys.ts index c3934ae3c..90ccf0e78 100644 --- a/client/src/root-helpers/users/user-local-storage-keys.ts +++ b/client/src/root-helpers/users/user-local-storage-keys.ts @@ -4,9 +4,8 @@ export const UserLocalStorageKeys = { ROLE: 'role', EMAIL: 'email', - VIDEOS_HISTORY_ENABLED: 'videos-history-enabled', NSFW_POLICY: 'nsfw_policy', - P2P_ENABLED: 'peertube-videojs-' + 'webtorrent_enabled', + P2P_ENABLED: 'peertube-videojs-webtorrent_enabled', AUTO_PLAY_VIDEO: 'auto_play_video', AUTO_PLAY_NEXT_VIDEO: 'auto_play_next_video',