mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
9 lines
191 B
C#
9 lines
191 B
C#
namespace NzbDrone.Core.Update
|
|
{
|
|
public class UpdatePackageAvailable
|
|
{
|
|
public bool Available { get; set; }
|
|
public UpdatePackage UpdatePackage { get; set; }
|
|
}
|
|
}
|