mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 23:45:11 +01:00
fix(webui): all libraries should show browse view by default
This commit is contained in:
parent
18e3e21f06
commit
3e1bf89bdb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const getLibraryRoute = (libraryId: string) => {
|
|||
return 'browse-libraries'
|
||||
case LIBRARY_ROUTE.RECOMMENDED:
|
||||
default:
|
||||
return 'recommended-libraries'
|
||||
return libraryId === LIBRARIES_ALL ? 'browse-libraries' : 'recommended-libraries'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue