Music albums grouping and page

This commit is contained in:
advplyr 2023-01-02 18:02:04 -06:00
parent 9de7be1cb4
commit d6da161b13
11 changed files with 210 additions and 18 deletions

View file

@ -29,6 +29,9 @@ class Library {
get isPodcast() {
return this.mediaType === 'podcast'
}
get isMusic() {
return this.mediaType === 'music'
}
construct(library) {
this.id = library.id