mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Basic Application Syncing
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using NzbDrone.Core.Datastore;
|
||||
|
||||
namespace NzbDrone.Core.Applications
|
||||
{
|
||||
public class AppIndexerMap : ModelBase
|
||||
{
|
||||
public int IndexerId { get; set; }
|
||||
public int AppId { get; set; }
|
||||
public int RemoteIndexerId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user