1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-01 04:36:37 +00:00
Sonarr/NzbDrone.Core/Download/Clients/Nzbget/EnqueueResponse.cs
2013-03-07 21:39:49 +09:00

10 lines
203 B
C#

using System;
namespace NzbDrone.Core.Download.Clients.Nzbget
{
public class EnqueueResponse
{
public String Version { get; set; }
public Boolean Result { get; set; }
}
}