mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Add missing field for Jellyfin users
This commit is contained in:
parent
b48c8f7592
commit
ce9279a108
1 changed files with 13 additions and 1 deletions
|
@ -35,6 +35,18 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div *ngIf="jellyfinEnabled">
|
||||
<div class="form-group">
|
||||
<mat-slide-toggle id="importJellyfinUsers" [(ngModel)]="settings.importJellyfinUsers">Import Jellyfin Users</mat-slide-toggle>
|
||||
</div>
|
||||
|
||||
<div *ngIf="jellyfinUsers">
|
||||
<p>Jellyfin Users excluded from Import</p>
|
||||
|
||||
<p-autoComplete [(ngModel)]="bannedJellyfinUsers" [suggestions]="filteredJellyfinUsers" [multiple]="true" field="username" (completeMethod)="filterJellyfinList($event)"></p-autoComplete>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h4>Default Roles</h4>
|
||||
|
@ -74,4 +86,4 @@
|
|||
</div>
|
||||
<div class="md-form-field" style="margin-top:1em;"></div>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue