Opened 5 years ago
Last modified 5 years ago
#3357 new bug
get_torrents_status does not return plugin keys
Reported by: | Chase | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | needs verified |
Component: | Core | Version: | 2.0.0 |
Keywords: | Cc: |
Description
get_torrents_status
call doesn't report plugin keys on deluge 2.0 when no list of keys is supplied. My understanding is that when no list of keys is supplied, it should return all keys, including those from plugins. (This is how get_torrent_status
works, as well as to how get_torrents_status
worked on deluge 1.3.) In order to get any plugin keys from this method, they have to be explicitly listed.
Note:
See TracTickets
for help on using tickets.
The issue is here
It checks there are any
plugin_keys
requested, but it doesn't check theall_keys
parameter, as happens in get_torrent_status