Merge branch 'develop-test2' of https://github.com/tidusjar/Ombi into develop-test2

pull/4029/head
tidusjar 3 years ago
commit ff7862f599

@ -17,4 +17,5 @@
@media (max-width:571px){ @media (max-width:571px){
.title-top-banner{ .title-top-banner{
text-align:center; text-align:center;
top:50px;
}} }}

@ -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>
@ -185,4 +185,4 @@
</div> </div>
</fieldset> </fieldset>
</div> </div>
<!--(){{settings|json}}--> <!--(){{settings|json}}-->

Loading…
Cancel
Save