mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-09 15:38:39 +01:00
chore: PR comments
Fixing PR comments from coderabbit Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
@@ -80,12 +80,6 @@ export async function validateJellyseerrSession(
|
||||
const user = storage.get<JellyseerrUser>(JELLYSEERR_USER);
|
||||
const cookies = storage.get<string[]>(JELLYSEERR_COOKIES);
|
||||
|
||||
console.log(
|
||||
"Validating Jellyseerr session with server URL:",
|
||||
serverUrl,
|
||||
!user,
|
||||
!cookies,
|
||||
);
|
||||
if (!user || !cookies) {
|
||||
return { valid: false, reason: "no_session" };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user