mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 02:25:45 +02:00
Update:Remove limit on home page local media shelves #301
This commit is contained in:
parent
5430c10424
commit
db98492d4f
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ export default {
|
|||
id: 'local-books',
|
||||
label: 'Local Books',
|
||||
type: 'book',
|
||||
entities: books.slice(0, 10)
|
||||
entities: books
|
||||
})
|
||||
}
|
||||
if (podcasts.length) {
|
||||
|
@ -88,7 +88,7 @@ export default {
|
|||
id: 'local-podcasts',
|
||||
label: 'Local Podcasts',
|
||||
type: 'podcast',
|
||||
entities: podcasts.slice(0, 10)
|
||||
entities: podcasts
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue