Fixed: Sending import failure notifications to webhook/notifiarr

pull/5406/head
Bogdan 1 month ago
parent 6e57c14e57
commit 5a3f879442

@ -11,8 +11,8 @@ namespace NzbDrone.Core.Notifications
public Artist Artist { get; set; }
public Album Album { get; set; }
public AlbumRelease Release { get; set; }
public List<TrackFile> TrackFiles { get; set; }
public List<TrackFile> OldFiles { get; set; }
public List<TrackFile> TrackFiles { get; set; } = new ();
public List<TrackFile> OldFiles { get; set; } = new ();
public DownloadClientItemClientInfo DownloadClientInfo { get; set; }
public string DownloadId { get; set; }

Loading…
Cancel
Save