fix(webui): sort genre on Browse Series screen

This commit is contained in:
Gauthier Roebroeck 2022-11-03 13:29:22 +08:00
parent cea48305b6
commit 665ce1804c

View file

@ -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"