mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-03 11:20:37 -04:00
[web] Fix display search results
This commit is contained in:
parent
daba58f05f
commit
ae0fb921d5
@ -84,7 +84,7 @@
|
|||||||
@click="open_search_artists"
|
@click="open_search_artists"
|
||||||
v-text="
|
v-text="
|
||||||
$t('page.search.show-artists', {
|
$t('page.search.show-artists', {
|
||||||
count: artists.total.toLocaleString(i18n.locale)
|
count: artists.total.toLocaleString($i18n.locale)
|
||||||
})
|
})
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user