Skip to content

Commit 686680e

Browse files
committed
Add error logging for config fetching failures
1 parent a2eae26 commit 686680e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/classes/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class Config {
3030
IS_JELLYFIN: (process.env.IS_EMBY_API || "false").toLowerCase() === "false",
3131
};
3232
} catch (error) {
33+
console.log("Error fetching config:", error);
3334
return { error: "Config Details Not Found" };
3435
}
3536
}

0 commit comments

Comments
 (0)