Fixes #6119 -- Fix "Number of songs" link on playlists page.

This commit is contained in:
Buster Neece 2023-02-27 14:47:49 -06:00
parent e3ffda034c
commit 25e3b93328
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@
</template>
<template #cell(num_songs)="row">
<template v-if="row.item.source === 'songs'">
<a :href="filesUrl+'#playlist:'+encodeURIComponent(row.item.name)">
<a :href="filesUrl+'#playlist:'+encodeURIComponent(row.item.short_name)">
{{ row.item.num_songs }}
</a>
({{ formatLength(row.item.total_length) }})