Fixed: Sending import failure notifications to webhook/notifiarr

This commit is contained in:
Bogdan 2025-03-06 17:28:36 +02:00 committed by sharinganthief
parent b41f46f381
commit 6b7e71876d

View file

@ -11,8 +11,8 @@ public class AlbumDownloadMessage
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; }