mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-28 23:06:43 -04:00
@@ -1,18 +1,18 @@
|
||||
using NzbDrone.Core.Music;
|
||||
using System;
|
||||
|
||||
namespace NzbDrone.Core.Notifications.Webhook
|
||||
{
|
||||
public class WebhookTrack
|
||||
{
|
||||
public WebhookTrack() { }
|
||||
public WebhookTrack()
|
||||
{
|
||||
}
|
||||
|
||||
public WebhookTrack(Track track)
|
||||
{
|
||||
Id = track.Id;
|
||||
Title = track.Title;
|
||||
TrackNumber = track.TrackNumber;
|
||||
|
||||
}
|
||||
|
||||
public int Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user