mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
[web] Add album/track count in genre views
This commit is contained in:
@@ -297,6 +297,10 @@ export default {
|
||||
},
|
||||
|
||||
library_genre(genre) {
|
||||
return axios.get(`./api/library/genres/${encodeURIComponent(genre)}`)
|
||||
},
|
||||
|
||||
library_genre_albums(genre) {
|
||||
const genreParams = {
|
||||
type: 'albums',
|
||||
media_kind: 'music',
|
||||
|
||||
Reference in New Issue
Block a user