mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07: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 @@ namespace NzbDrone.Core.Notifications
|
||||||
public Artist Artist { get; set; }
|
public Artist Artist { get; set; }
|
||||||
public Album Album { get; set; }
|
public Album Album { get; set; }
|
||||||
public AlbumRelease Release { get; set; }
|
public AlbumRelease Release { get; set; }
|
||||||
public List<TrackFile> TrackFiles { get; set; }
|
public List<TrackFile> TrackFiles { get; set; } = new ();
|
||||||
public List<TrackFile> OldFiles { get; set; }
|
public List<TrackFile> OldFiles { get; set; } = new ();
|
||||||
public DownloadClientItemClientInfo DownloadClientInfo { get; set; }
|
public DownloadClientItemClientInfo DownloadClientInfo { get; set; }
|
||||||
public string DownloadId { get; set; }
|
public string DownloadId { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue