hotfix
This commit is contained in:
@@ -10,7 +10,7 @@ func (q *QBit) Routes() http.Handler {
|
||||
r.Use(q.CategoryContext)
|
||||
r.Group(func(r chi.Router) {
|
||||
r.Use(q.authContext)
|
||||
r.Post("/register/login", q.handleLogin)
|
||||
r.Post("/auth/login", q.handleLogin)
|
||||
r.Route("/torrents", func(r chi.Router) {
|
||||
r.Use(HashesCtx)
|
||||
r.Get("/info", q.handleTorrentsInfo)
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<button type="button" class="nav-link fw-medium" data-step="4">
|
||||
<i class="bi bi-4-circle me-1"></i>Arr Config
|
||||
<i class="bi bi-4-circle me-1"></i>*Arrs
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
@@ -204,7 +204,7 @@
|
||||
<div class="col mb-3">
|
||||
<div class="form-check me-3 d-inline-block">
|
||||
<input type="checkbox" class="form-check-input" name="qbit.skip_pre_cache" id="qbit.skip_pre_cache">
|
||||
<label class="form-check-label" for="qbit.skip_pre_cache">Skip Pre-Cache On Download(This caches a tiny part of your file to speed up import)</label>
|
||||
<label class="form-check-label" for="qbit.skip_pre_cache">Disable Pre-Cache On Download (unchecking this caches a tiny part of your file to speed up import)</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user