mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix default anonymous theme
This commit is contained in:
parent
92128fff7e
commit
3e95b68343
@ -254,7 +254,7 @@ export class UserService {
|
||||
// local storage keys
|
||||
nsfwPolicy: this.localStorageService.getItem(User.KEYS.NSFW_POLICY) as NSFWPolicyType,
|
||||
webTorrentEnabled: this.localStorageService.getItem(User.KEYS.WEBTORRENT_ENABLED) !== 'false',
|
||||
theme: this.localStorageService.getItem(User.KEYS.THEME) || 'default',
|
||||
theme: this.localStorageService.getItem(User.KEYS.THEME) || 'instance-default',
|
||||
videoLanguages,
|
||||
|
||||
autoPlayNextVideoPlaylist: this.localStorageService.getItem(User.KEYS.AUTO_PLAY_VIDEO_PLAYLIST) !== 'false',
|
||||
|
Loading…
Reference in New Issue
Block a user