mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
f77a2feeef
* Stylecop Rules and Fixes
9 lines
152 B
C#
9 lines
152 B
C#
using NzbDrone.Core.ThingiProvider.Status;
|
|
|
|
namespace NzbDrone.Core.Download
|
|
{
|
|
public class DownloadClientStatus : ProviderStatusBase
|
|
{
|
|
}
|
|
}
|