RSS fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elias Jansson
2026-01-23 20:00:16 +01:00
parent a2e14c73df
commit 2bbd67e37d
6 changed files with 116 additions and 12 deletions

View File

@@ -56,7 +56,16 @@ namespace Aberwyn.Data
var payload = new
{
method = "core.add_torrent_url",
@params = new object[] { torrentUrl, new { } },
@params = new object[]
{
torrentUrl,
new
{
download_location = "/download/incomplete",
move_completed = true,
move_completed_path = "/media/Movies",
}
},
id = 3
};