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