mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Update:Remove limit on home page local media shelves #301
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user