[web] Add album/track count to composer pages

This commit is contained in:
chme
2022-03-26 21:53:04 +01:00
parent 01f4f8b137
commit 0772997e27
4 changed files with 40 additions and 20 deletions

View File

@@ -338,6 +338,10 @@ export default {
},
library_composer(composer) {
return axios.get(`./api/library/composers/${encodeURIComponent(composer)}`)
},
library_composer_albums(composer) {
const params = {
type: 'albums',
media_kind: 'music',