Bases: object
This class is used to create and show a Remove Torrent Dialog.
| Parameter: | torrent_ids (list of torrent_ids) – the torrent_ids to remove |
|---|---|
| Raises TypeError: | |
| if torrent_id is not a sequence type | |
| Raises ValueError: | |
| if torrent_id contains no torrent_ids or is None | |