mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Update plex.component.html
This commit is contained in:
parent
230576a658
commit
b88ac43470
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@
|
||||||
<mat-label for="episodeBatchSize" class="control-label">Episode Batch Size</mat-label>
|
<mat-label for="episodeBatchSize" class="control-label">Episode Batch Size</mat-label>
|
||||||
<input matInput type="number" id="episodeBatchSize" name="episodeBatchSize"
|
<input matInput type="number" id="episodeBatchSize" name="episodeBatchSize"
|
||||||
[(ngModel)]="server.episodeBatchSize" value="{{server.episodeBatchSize}}"
|
[(ngModel)]="server.episodeBatchSize" value="{{server.episodeBatchSize}}"
|
||||||
matTooltip="This is used when we cache the episodes, we cache in batches of 50 by default, you can configure how many we do at a time here"
|
matTooltip="This is used when we cache the episodes, we cache in batches of 150 by default, you can configure how many we do at a time here"
|
||||||
matTooltipPosition="right">
|
matTooltipPosition="right">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue