Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow magnet links to resolve later when adding URIs #8418

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

qstokkink
Copy link
Contributor

Fixes #8416

This PR:

  • Adds a skipmagnet parameter to the torrentinfo endpoint, allowing magnet links to resolve later in the SaveAs dialog (or not at all).

This should both do all the fancy HTTP forwarding and forward magnet links quickly to the SaveAs dialog. However, the price is another parameter for getMetainfo().

@qstokkink qstokkink force-pushed the fix_magnet_add_slowness branch from 493cf4c to c1e6f7e Compare January 27, 2025 15:56
@qstokkink
Copy link
Contributor Author

validate

@qstokkink qstokkink changed the title WIP: Allow magnet links to resolve later when adding URIs READY: Allow magnet links to resolve later when adding URIs Jan 27, 2025
@qstokkink qstokkink marked this pull request as ready for review January 27, 2025 16:03
@qstokkink qstokkink changed the title READY: Allow magnet links to resolve later when adding URIs Allow magnet links to resolve later when adding URIs Jan 28, 2025
@qstokkink qstokkink merged commit 4d7cd97 into Tribler:main Jan 28, 2025
7 checks passed
@qstokkink qstokkink deleted the fix_magnet_add_slowness branch January 28, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Adding magnet links waits for metainfo to show SaveAs
2 participants