diff --git a/app/login.tsx b/app/login.tsx index 47df24a3..af81b7d2 100644 --- a/app/login.tsx +++ b/app/login.tsx @@ -198,8 +198,15 @@ const Login: React.FC = () => { - Log in to{" "} - {serverName} + Log in + <> + {serverName ? ( + <> + {" to "} + {serverName} + + ) : null} + {serverURL} { /> Streamyfin - Connect to your Jellyfin server + Enter the URL to your Jellyfin server { textContentType="URL" maxLength={500} /> + + Make sure to include http or https +