mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 21:02:40 +01:00
9 lines
153 B
C#
9 lines
153 B
C#
using NzbDrone.Core.ThingiProvider.Status;
|
|
|
|
namespace NzbDrone.Core.Download
|
|
{
|
|
public class DownloadClientStatus : ProviderStatusBase
|
|
{
|
|
|
|
}
|
|
}
|