[web] Do not show audiobooks in genre/composer listings for music

This commit is contained in:
chme
2022-03-26 22:01:47 +01:00
parent 0772997e27
commit c714592a31
4 changed files with 16 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ import { byName, GroupByList } from '@/lib/GroupByList'
const dataObject = {
load: function (to) {
return webapi.library_composers()
return webapi.library_composers('music')
},
set: function (vm, response) {

View File

@@ -27,7 +27,7 @@ import { byName, GroupByList } from '@/lib/GroupByList'
const dataObject = {
load: function (to) {
return webapi.library_genres()
return webapi.library_genres('music')
},
set: function (vm, response) {