mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
11 lines
243 B
C#
11 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; }
|
|
}
|
|
}
|