mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 02:45:39 -04:00
Add verbose debug logging across services and cron jobs
Add createLogger to tmdb client, image-cache, availability, and
webhooks services. Replace all silent .catch(() => {}) in metadata.ts
with debug-level error logging. Add progress and success logs in cron
job bodies, colors extraction, and webhook processing. Fix pre-existing
unused parameter lint warning in title-card.tsx.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -255,7 +255,7 @@ function CardInner({
|
||||
/** Linked title card for library grids, recommendations, dashboards */
|
||||
export function TitleCard({
|
||||
id,
|
||||
tmdbId,
|
||||
tmdbId: _tmdbId,
|
||||
type,
|
||||
title,
|
||||
posterPath,
|
||||
|
||||
Reference in New Issue
Block a user