mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 00:54:30 +02:00
Fix:Remove server connection configs and prevent duplicate configs
This commit is contained in:
parent
5b7a492a48
commit
ddf8e66a08
3 changed files with 16 additions and 11 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- <p class="absolute bottom-16 left-0 right-0 px-2 text-center text-error"><strong>Important!</strong> This app requires that you are running <u>your own server</u> and does not provide any content.</p> -->
|
||||
|
||||
<connection-server-connect-form v-if="deviceData" :device-data="deviceData" />
|
||||
<connection-server-connect-form v-if="deviceData" />
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-center pt-4 fixed bottom-4 left-0 right-0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue