Correct spurious td

This commit is contained in:
Paannda 2021-03-29 23:02:54 +00:00
commit cf40f82699

View file

@ -90,7 +90,7 @@
<span *ngIf="u.userType === 3">Emby User</span> <span *ngIf="u.userType === 3">Emby User</span>
<span *ngIf="u.userType === 4">Emby Connect User</span> <span *ngIf="u.userType === 4">Emby Connect User</span>
<span *ngIf="u.userType === 5">Jellyfin User</span> <span *ngIf="u.userType === 5">Jellyfin User</span>
<span *ngIf="u.userType === 6">LDAP User</span> </td> <span *ngIf="u.userType === 6">LDAP User</span>
</td> </td>
</ng-container> </ng-container>