pull/3970/head
tidusjar 4 years ago
parent fcc87740bf
commit 6dba4eb0a4

@ -53,6 +53,7 @@ export enum UserType {
LocalUser = 1,
PlexUser = 2,
EmbyUser = 3,
EmbyConnect = 4,
JellyfinUser = 5,
}

@ -88,7 +88,8 @@
<span *ngIf="u.userType === 1">Local User</span>
<span *ngIf="u.userType === 2">Plex User</span>
<span *ngIf="u.userType === 3">Emby User</span>
<span *ngIf="u.userType === 4">Jellyfin User</span>
<span *ngIf="u.userType === 4">Emby Connect User</span>
<span *ngIf="u.userType === 5">Jellyfin User</span>
</td>
</ng-container>

@ -2,9 +2,9 @@
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Trace",
"System": "Trace",
"Microsoft": "Warning",
"Default": "Information",
"System": "Information",
"Microsoft": "Information",
"System.Net.Http.HttpClient.health-checks": "Information",
"HealthChecks": "Information"
}

Loading…
Cancel
Save