Fix default anonymous theme

pull/2832/head
Chocobozzz 2020-06-05 09:15:59 +02:00
parent 92128fff7e
commit 3e95b68343
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

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