mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 14:47:21 +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',
|
id: 'local-books',
|
||||||
label: 'Local Books',
|
label: 'Local Books',
|
||||||
type: 'book',
|
type: 'book',
|
||||||
entities: books.slice(0, 10)
|
entities: books
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (podcasts.length) {
|
if (podcasts.length) {
|
||||||
@@ -88,7 +88,7 @@ export default {
|
|||||||
id: 'local-podcasts',
|
id: 'local-podcasts',
|
||||||
label: 'Local Podcasts',
|
label: 'Local Podcasts',
|
||||||
type: 'podcast',
|
type: 'podcast',
|
||||||
entities: podcasts.slice(0, 10)
|
entities: podcasts
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user