Remove unused local storage keys
This commit is contained in:
parent
4b857f50c8
commit
287ab812d3
|
@ -4,9 +4,8 @@ export const UserLocalStorageKeys = {
|
||||||
ROLE: 'role',
|
ROLE: 'role',
|
||||||
EMAIL: 'email',
|
EMAIL: 'email',
|
||||||
|
|
||||||
VIDEOS_HISTORY_ENABLED: 'videos-history-enabled',
|
|
||||||
NSFW_POLICY: 'nsfw_policy',
|
NSFW_POLICY: 'nsfw_policy',
|
||||||
P2P_ENABLED: 'peertube-videojs-' + 'webtorrent_enabled',
|
P2P_ENABLED: 'peertube-videojs-webtorrent_enabled',
|
||||||
|
|
||||||
AUTO_PLAY_VIDEO: 'auto_play_video',
|
AUTO_PLAY_VIDEO: 'auto_play_video',
|
||||||
AUTO_PLAY_NEXT_VIDEO: 'auto_play_next_video',
|
AUTO_PLAY_NEXT_VIDEO: 'auto_play_next_video',
|
||||||
|
|
Loading…
Reference in New Issue