New data model Book media type contains Audiobooks updates

This commit is contained in:
advplyr
2022-03-17 12:25:12 -05:00
parent 1dde02b170
commit c4eeb1cfb7
30 changed files with 347 additions and 247 deletions
@@ -104,7 +104,7 @@ export default {
shelves.push({
id: 'books',
label: 'Books',
type: 'books',
type: 'book',
entities: this.results.books.map((res) => res.libraryItem)
})
}