mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
[web] Do not show audiobooks in genre/composer listings for music
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user