mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
New: Load all books on page load and store in the browser
This commit is contained in:
@@ -88,11 +88,13 @@ function AppRoutes(props) {
|
||||
/>
|
||||
|
||||
<Route
|
||||
path="/bookshelf"
|
||||
exact={true}
|
||||
path="/shelf"
|
||||
component={BookshelfConnector}
|
||||
/>
|
||||
|
||||
<Route
|
||||
exact={true}
|
||||
path="/books"
|
||||
component={BookIndexConnector}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user