mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
Fixed: Sending import failure notifications to webhook/notifiarr
This commit is contained in:
parent
6e57c14e57
commit
5a3f879442
1 changed files with 2 additions and 2 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue