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

New: Include source path with Webhook import event movie file

(cherry picked from commit 73208e2f60263b1236f094a2bf6c47ebd5a8a271)

Closes #10635
This commit is contained in:
Mark McDowall
2024-10-28 16:05:57 -07:00
committed by Bogdan
parent 5976d66511
commit b22a86e1d7
2 changed files with 5 additions and 1 deletions
@@ -39,6 +39,7 @@ namespace NzbDrone.Core.Notifications.Webhook
public long Size { get; set; }
public DateTime DateAdded { get; set; }
public WebhookMovieFileMediaInfo MediaInfo { get; set; }
public string SourcePath { get; set; }
public string RecycleBinPath { get; set; }
}
}