Fix default anonymous theme
This commit is contained in:
parent
92128fff7e
commit
3e95b68343
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue