mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 11:01:57 +02:00
fix(webui): sort genre on Browse Series screen
This commit is contained in:
parent
cea48305b6
commit
665ce1804c
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@
|
|||
<v-icon>mdi-chevron-right</v-icon>
|
||||
</v-btn>
|
||||
</template>
|
||||
<v-chip v-for="(t, i) in series.metadata.genres"
|
||||
<v-chip v-for="(t, i) in $_.sortBy(series.metadata.genres)"
|
||||
:key="i"
|
||||
class="me-2"
|
||||
:title="t"
|
||||
|
|
|
|||
Loading…
Reference in a new issue