mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
feat: Normalize Audiobookshelf base URL input and update placeholder instructions
This commit is contained in:
@@ -432,7 +432,8 @@
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="audiobookshelf_base_url">Base URL</label>
|
||||
<input type="url" id="audiobookshelf_base_url" name="audiobookshelf_base_url" value="{{ integrations.audiobookshelf.base_url }}" placeholder="https://abs.local:13378/api">
|
||||
<input type="url" id="audiobookshelf_base_url" name="audiobookshelf_base_url" value="{{ integrations.audiobookshelf.base_url }}" placeholder="https://abs.local:13378">
|
||||
<p class="hint">Use the server root (no trailing <code>/api</code>); the upload requests add it automatically.</p>
|
||||
</div>
|
||||
<div class="field field--inline">
|
||||
<div class="field__group">
|
||||
|
||||
Reference in New Issue
Block a user