fix: resolve multiple bugs across backend and frontend#1
Open
vmansus wants to merge 2 commits into
Open
Conversation
Backend: - Add missing remote_components to subtitle_opts in youtube.py - Sync video_info.py and youtube_fetcher.py to use tv player_client and remote_components (consistent with youtube.py) - Fix any → Any type hints in task_executor.py - Remove duplicate OCR entries in api/main.py options_dict - Remove duplicate import os in pipeline.py Frontend: - Replace raw fetch() with taskApi.delete() in Dashboard for consistent API usage and proper error handling - Add taskApi.delete() method to api.ts - Show error alert on delete failure instead of silent catch https://claude.ai/code/session_01EdyoR2GQjoL2Gw4tCB8r6N
The Settings page uses tiktok.max_publish_age but the TikTokSettings interface was missing this field, causing TypeScript compilation to fail. https://claude.ai/code/session_01EdyoR2GQjoL2Gw4tCB8r6N
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backend:
and remote_components (consistent with youtube.py)
Frontend:
consistent API usage and proper error handling
https://claude.ai/code/session_01EdyoR2GQjoL2Gw4tCB8r6N