Increase the limit of items per shelf, currently limited to 10. Ideally, allow users to customize the shelf size with options like [10, 20, 30, 40, 50].
### Type of Enhancement Shelf space. ### Describe the Feature/Enhancement Currently ABS limits shelf sizes to 10 items. In server/controllers/LibraryController.js: `const limitPerShelf = req.query.limit || 10` This can be increased with (that I've seen so far) no ill effects, and 10 is extremely restrictive. Please consider increasing it to at least 20, and ideally with a setting to manually set it to, maybe, [10, 20, 30, 40, 50] or something. ### Why would this be helpful? I like seeing more stuff on the shelves at once. ### Future Implementation (Screenshot) Just imagine it exactly how it is now but the list... keeps on going! ### Audiobookshelf Server Version 2.33.1 ### Current Implementation (Screenshot) Shelves are limited to 10 items by the code quoted above.