From 7a8d858e97abc144ecf85fbc672f52dc0576df27 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 18 Feb 2021 15:07:42 +0100 Subject: Fix lint --- client/src/app/core/users/user.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/core') diff --git a/client/src/app/core/users/user.service.ts b/client/src/app/core/users/user.service.ts index 99ed3b407..f4850c3ba 100644 --- a/client/src/app/core/users/user.service.ts +++ b/client/src/app/core/users/user.service.ts @@ -274,7 +274,7 @@ export class UserService { return new User({ // local storage keys - nsfwPolicy: this.localStorageService.getItem(UserLocalStorageKeys.NSFW_POLICY) as NSFWPolicyType, + nsfwPolicy: this.localStorageService.getItem(UserLocalStorageKeys.NSFW_POLICY), webTorrentEnabled: this.localStorageService.getItem(UserLocalStorageKeys.WEBTORRENT_ENABLED) !== 'false', theme: this.localStorageService.getItem(UserLocalStorageKeys.THEME) || 'instance-default', videoLanguages, -- cgit v1.2.3