diff --git a/pages/bookshelf/index.vue b/pages/bookshelf/index.vue index 9f27b4bf..df445a9b 100644 --- a/pages/bookshelf/index.vue +++ b/pages/bookshelf/index.vue @@ -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 }) }