mirror of
https://github.com/Readarr/Readarr
synced 2026-01-05 23:26:12 +01:00
10 lines
243 B
C#
10 lines
243 B
C#
using NzbDrone.Core.Parser.Model;
|
|
using NzbDrone.Core.ThingiProvider.Status;
|
|
|
|
namespace NzbDrone.Core.Indexers
|
|
{
|
|
public class IndexerStatus : ProviderStatusBase
|
|
{
|
|
public ReleaseInfo LastRssSyncReleaseInfo { get; set; }
|
|
}
|
|
}
|