Fixed: Sending import failure notifications to webhook/notifiarr

This commit is contained in:
Bogdan 2025-03-06 17:28:36 +02:00
commit 5a3f879442

View file

@ -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; }