Remove unused local storage keys

pull/6266/head
Chocobozzz 2024-02-29 13:54:30 +01:00
parent 4b857f50c8
commit 287ab812d3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 2 deletions

View File

@ -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',