mirror of https://github.com/Chocobozzz/PeerTube
Remove unused local storage keys
parent
4b857f50c8
commit
287ab812d3
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue