Browse Source

Remove unused local storage keys

Chocobozzz 2 months ago
parent
commit
287ab812d3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      client/src/root-helpers/users/user-local-storage-keys.ts

+ 1 - 2
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',