mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
11 lines
228 B
C#
11 lines
228 B
C#
using NzbDrone.Core.Movies;
|
|
using NzbDrone.Core.ThingiProvider.Status;
|
|
|
|
namespace NzbDrone.Core.NetImport
|
|
{
|
|
public class NetImportStatus : ProviderStatusBase
|
|
{
|
|
public Movie LastSyncListInfo { get; set; }
|
|
}
|
|
}
|