CzBiX / qb-web

A qBittorrent Web UI, write in TypeScript+Vue.
GNU General Public License v3.0
1.71k stars 137 forks source link

Fix adding a category to torrents #79

Closed BlazeBlaster closed 3 years ago

BlazeBlaster commented 3 years ago

Currently manually typing a category for torrents is broken, it doesn't auto set the correct download path.

bbogdanov commented 3 years ago

I use this feature regularly and it works fine. Please provide steps to reproduce

BlazeBlaster commented 3 years ago

This is all done with "Automatic Torrent Management" enabled.

So the first step is to either paste a magnet link in, or upload a torrent file, then manually type in the category. In the example below I've used "Test" Screenshot 2020-11-22 012508 Screenshot 2020-11-22 012608 As you can see, the saved folder should be "/Downloads/Test", but it is just "/Downloads"

Screenshot 2020-11-22 012649

If I use one of the pre-made categories from the old web-ui, the location is set correctly.

Capture

Am I missing a step? It seems as though the editing of the category does not update the download path correctly