Expose contentPath in WebAPI torrents/info

Bump WebAPI version to 2.6.1
This commit is contained in:
FranciscoPombal
2020-10-23 17:49:28 +01:00
parent 82602b51bf
commit aa899f0693
3 changed files with 3 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ const char KEY_TORRENT_TAGS[] = "tags";
const char KEY_TORRENT_SUPER_SEEDING[] = "super_seeding";
const char KEY_TORRENT_FORCE_START[] = "force_start";
const char KEY_TORRENT_SAVE_PATH[] = "save_path";
const char KEY_TORRENT_CONTENT_PATH[] = "content_path";
const char KEY_TORRENT_ADDED_ON[] = "added_on";
const char KEY_TORRENT_COMPLETION_ON[] = "completion_on";
const char KEY_TORRENT_TRACKER[] = "tracker";