This commit is contained in:
Violet Caulfield
2024-11-23 10:02:42 -06:00
parent 512aae3e22
commit a87d77d778

View File

@@ -38,7 +38,7 @@ function conditionalHomeRender(): React.JSX.Element {
return (
<NavigationContainer theme={isDarkMode ? DarkTheme : DefaultTheme}>
{ !!!library ? <Navigation /> : (
{ apiClient && library ? <Navigation /> : (
<JellyfinAuthenticationProvider>
<Login />
</JellyfinAuthenticationProvider>