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

#205 Wrong downloaded torrent file name #246

Merged

Commits on Sep 14, 2023

  1. fix: [torrust#205] downloaded torrent file's name is the title not th…

    …e name
    
    Now, when the user downloads a torrent file, that file is named after the torrent name
    instead of the torrent title.
    
    The parameter torrent.title was replaced by torrent.name in every call to the function
    that handles the download of the torrent file.
    MMelchor committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5281ceb View commit details
    Browse the repository at this point in the history
  2. build: [torrust#205] downloaded torrent file's name is the title not …

    …the name
    
    Updated packages so now they contain the name of the torrent in the
    responses from the API calls and the typescript types.
    MMelchor committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c097875 View commit details
    Browse the repository at this point in the history