From 5281ceb10622e3424e8e0d1200917351e826d684 Mon Sep 17 00:00:00 2001 From: MMelchor Date: Mon, 4 Sep 2023 19:11:01 +0200 Subject: [PATCH 1/2] fix: [#205] downloaded torrent file's name is the title not the 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. --- components/torrent/TorrentActionCard.vue | 2 +- components/torrent/TorrentList.vue | 2 +- components/torrent/TorrentTable.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/torrent/TorrentActionCard.vue b/components/torrent/TorrentActionCard.vue index cf55b9c9..36b8e8e1 100644 --- a/components/torrent/TorrentActionCard.vue +++ b/components/torrent/TorrentActionCard.vue @@ -100,7 +100,7 @@