mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-26 13:51:16 +02: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>
|
<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…
Reference in New Issue
Block a user