mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-06 11:15:12 +02:00
Add: Bookshelf list link to audiobook page
This commit is contained in:
parent
729654f5b2
commit
e564c80ed2
3 changed files with 9 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
<div class="mb-4">
|
||||
<div class="flex items-end">
|
||||
<h1 class="text-3xl font-sans">
|
||||
{{ title }}<span v-if="isDeveloperMode"> ({{ audiobook.ino }})</span>
|
||||
{{ title }}
|
||||
</h1>
|
||||
<p v-if="subtitle" class="ml-4 text-gray-400 text-2xl">{{ subtitle }}</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue