This commit is contained in:
Mukhtar Akere
2025-04-25 15:21:49 +01:00
parent ae5e237379
commit bce51ecd4f
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ func (q *QBit) Routes() http.Handler {
r.Use(q.CategoryContext) r.Use(q.CategoryContext)
r.Group(func(r chi.Router) { r.Group(func(r chi.Router) {
r.Use(q.authContext) r.Use(q.authContext)
r.Post("/register/login", q.handleLogin) r.Post("/auth/login", q.handleLogin)
r.Route("/torrents", func(r chi.Router) { r.Route("/torrents", func(r chi.Router) {
r.Use(HashesCtx) r.Use(HashesCtx)
r.Get("/info", q.handleTorrentsInfo) r.Get("/info", q.handleTorrentsInfo)

View File

@@ -48,7 +48,7 @@
</li> </li>
<li class="nav-item"> <li class="nav-item">
<button type="button" class="nav-link fw-medium" data-step="4"> <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> </button>
</li> </li>
<li class="nav-item"> <li class="nav-item">
@@ -204,7 +204,7 @@
<div class="col mb-3"> <div class="col mb-3">
<div class="form-check me-3 d-inline-block"> <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"> <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> </div>
</div> </div>