mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 23:02:50 +02:00
New data model Book media type contains Audiobooks updates
This commit is contained in:
@@ -104,7 +104,7 @@ export default {
|
||||
shelves.push({
|
||||
id: 'books',
|
||||
label: 'Books',
|
||||
type: 'books',
|
||||
type: 'book',
|
||||
entities: this.results.books.map((res) => res.libraryItem)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user