Skip to content

Conversation

@GalvinPython
Copy link
Owner

No description provided.

@GalvinPython GalvinPython linked an issue Sep 13, 2025 that may be closed by this pull request
@GalvinPython GalvinPython moved this to In review in Feedr Sep 13, 2025
@GalvinPython GalvinPython marked this pull request as ready for review September 13, 2025 11:02
Copilot AI review requested due to automatic review settings September 13, 2025 11:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an issue where content type was not updating correctly by replacing a generic object search with explicit video ID comparisons. The change improves the reliability of content type determination for YouTube uploads.

  • Replaces generic Object.entries().find() logic with explicit video ID matching
  • Adds debug logging to track content type determination
  • Updates package version to reflect the hotfix

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/utils/youtube/fetchLatestUploads.ts Implements explicit video ID matching logic and adds debug logging
package.json Updates version to 2.0.0-hotfix.1

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@GalvinPython GalvinPython merged commit 90f2fbf into main Sep 13, 2025
2 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in Feedr Sep 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Content type may not update properly

2 participants