mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-03-10 00:17:21 +01:00
Add Series description to series page
This commit is contained in:
parent
eb37f8178a
commit
0e83f1f857
@ -9,6 +9,12 @@
|
||||
<span class="material-symbols text-base">edit</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="mb-6">
|
||||
<h2 class="font-semibold">
|
||||
{{ $strings.LabelDescription }}
|
||||
</h2>
|
||||
<div>{{ series.description }}</div>
|
||||
</div>
|
||||
<app-lazy-bookshelf page="series-books" :series-id="seriesId" />
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user