Allow reuathentication for jellyfin (#214)

This commit is contained in:
jeffvli 2023-08-24 18:17:20 -07:00
parent 7ddba8ede7
commit b60ba27892
2 changed files with 7 additions and 1 deletions

View file

@ -141,7 +141,7 @@ export const AppMenu = () => {
const server = serverList[serverId];
const isNavidromeExpired =
server.type === ServerType.NAVIDROME && !server.ndCredential;
const isJellyfinExpired = false;
const isJellyfinExpired = server.type === ServerType.JELLYFIN && !server.credential;
const isSessionExpired = isNavidromeExpired || isJellyfinExpired;
return (