Files
qBittorrent/src
Kevin Cox 7b0b64a04e Fix UI crash when torrent is in non-existent category.
This checks that `category_list[categoryHash].torrents` is truthy before dereferencing it. In some cases the API response will have a torrent in a category that doesn't exist resulting in the check to return `undefined` which is not `null`. This broadens the check so that it will create the category even if null.
PR #16432.
2022-02-19 12:08:01 +08:00
..
2022-02-11 16:09:16 +03:00
2022-02-15 17:14:35 +02:00
2021-10-05 12:58:25 +08:00
2021-10-02 09:23:49 +03:00
2022-01-04 01:39:00 +02:00
2021-10-12 14:16:53 +08:00