1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

New: Add recycle bin path for deleted movies to webhook/custom script

(cherry picked from commit a71d40edba1388d67e4deefd8bfc354a7a83c6b1)

Closes #9674
This commit is contained in:
Mark McDowall
2024-01-20 19:22:07 -08:00
committed by Bogdan
parent 82fb355930
commit 99ab65f790
17 changed files with 58 additions and 33 deletions
@@ -39,5 +39,6 @@ namespace NzbDrone.Core.Notifications.Webhook
public long Size { get; set; }
public DateTime DateAdded { get; set; }
public WebhookMovieFileMediaInfo MediaInfo { get; set; }
public string RecycleBinPath { get; set; }
}
}