mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
9 lines
176 B
C#
9 lines
176 B
C#
namespace NzbDrone.Core.Applications.Mylar
|
|
{
|
|
public class MylarStatus
|
|
{
|
|
public bool Success { get; set; }
|
|
public MylarError Error { get; set; }
|
|
}
|
|
}
|