mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-21 19:29:37 +00:00
Add Series description to series page
This commit is contained in:
parent
eb37f8178a
commit
0e83f1f857
1 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,12 @@
|
||||||
<span class="material-symbols text-base">edit</span>
|
<span class="material-symbols text-base">edit</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</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" />
|
<app-lazy-bookshelf page="series-books" :series-id="seriesId" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue