mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed #3957
This commit is contained in:
parent
fcc87740bf
commit
6dba4eb0a4
3 changed files with 6 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue