fix: initialize userPreferences in preferencesManager
This commit is contained in:
@@ -25,6 +25,9 @@ export class PreferencesManager extends ApplicationService {
|
||||
}
|
||||
|
||||
streamPreferences() {
|
||||
if (!this.userPreferences) {
|
||||
this.loadSingleton();
|
||||
}
|
||||
this.application!.streamItems(
|
||||
ContentType.UserPrefs,
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user